summaryrefslogtreecommitdiff
path: root/sandbox.config.json
blob: 1860764e71f88bc326358f898053d29cf2f8382f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "infiniteLoopProtection": true,
  "hardReloadOnChange": false,
  "view": "browser",
  "template": "node",
  "container": {
    "port": 3000,
    "startScript": "start",
    "node": "18"
  }
}