Add sandbox config

This commit is contained in:
Sam Carlton 2022-04-25 16:45:42 -05:00
parent 15e3010dc0
commit 6f9d5ec8bf

11
sandbox.config.json Normal file
View file

@ -0,0 +1,11 @@
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
}
}