Template
1
0
Fork 0
goth.stack/sandbox.config.json

12 lines
196 B
JSON
Raw Normal View History

2023-04-20 04:20:00 -06:00
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "16"
}
}