Break out stork build into helpers

This commit is contained in:
Sam Carlton 2022-05-09 16:13:34 -05:00
parent ef2aface48
commit e37364087a
3 changed files with 183 additions and 145 deletions

10
helpers/stork/config.js Normal file
View 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