mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
10 lines
340 B
JavaScript
10 lines
340 B
JavaScript
import { config } from '~/package.json'
|
|
|
|
|
|
export const storkOptions = config.stork
|
|
export const storkVersion = '1.4.2'
|
|
|
|
export const storkExecutableName = storkOptions.executable
|
|
export const storkExecutablePath = `./${ storkExecutableName }`
|
|
export const storkTomlPath = storkOptions.toml
|
|
export const storkIndexPath = storkOptions.binary
|