Files
blog/sandbox.config.json
2022-09-11 02:24:18 -04:00

11 lines
195 B
JSON

{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
}
}