diff options
Diffstat (limited to 'sandbox.config.json')
| -rw-r--r-- | sandbox.config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..1860764 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,11 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node", + "container": { + "port": 3000, + "startScript": "start", + "node": "18" + } +} |
