mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Break out stork build into helpers
This commit is contained in:
parent
ef2aface48
commit
e37364087a
3 changed files with 183 additions and 145 deletions
10
helpers/stork/config.js
Normal file
10
helpers/stork/config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue