pikaos-site/sandbox.config.json

12 lines
196 B
JSON
Raw Normal View History

2023-01-10 18:16:37 +01:00
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
}
}