Add future Stork 2.0 code

This commit is contained in:
Sam Carlton 2023-02-11 17:20:34 -06:00
parent a26c84684a
commit 0d5180c7c2
2 changed files with 9 additions and 2 deletions

View file

@ -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 }`