mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add sandbox config
This commit is contained in:
parent
15e3010dc0
commit
6f9d5ec8bf
1 changed files with 11 additions and 0 deletions
11
sandbox.config.json
Normal file
11
sandbox.config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"infiniteLoopProtection": true,
|
||||
"hardReloadOnChange": false,
|
||||
"view": "browser",
|
||||
"template": "node",
|
||||
"container": {
|
||||
"port": 3000,
|
||||
"startScript": "start",
|
||||
"node": "14"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue