Created
April 11, 2021 14:17
-
-
Save justlev/90ed9e5c7d0e38408721fc20d8a3b368 to your computer and use it in GitHub Desktop.
stwspec.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stw-v1": { | |
"deployment": { | |
"bundles": [ | |
{ | |
"bundleDir": "./toDeploy", | |
"runtime": "nodejs12.x", | |
"token": "PzaJq1Vwzb1MDGeRrCFjdtZFvy3BwAyaqEjNbFthxGth4kE7wNeJ82Bq2JQ6YFYe", | |
"layout": [ | |
{ | |
"stateName": "coffee-stock", | |
"entryPoint": "index.main" | |
} | |
] | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment