mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add future Stork 2.0 code
This commit is contained in:
parent
a26c84684a
commit
0d5180c7c2
2 changed files with 9 additions and 2 deletions
|
|
@ -2,7 +2,10 @@ import { config } from '~/package.json'
|
|||
|
||||
|
||||
export const storkOptions = config.stork
|
||||
export const storkVersion = '1.6.0'
|
||||
export const storkVersion = '2.0.0-beta.1'
|
||||
|
||||
// Stork 2.0
|
||||
// export const storkVersion = '2.0.0-beta.1'
|
||||
|
||||
export const storkExecutableName = storkOptions.executable
|
||||
export const storkExecutablePath = `./${ storkExecutableName }`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue