summaryrefslogtreecommitdiff
path: root/examples/framework-vue/sandbox.config.json
blob: 8e476b8cc75f50839a23ef340632eced49e03023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "infiniteLoopProtection": true,
  "hardReloadOnChange": false,
  "view": "browser",
  "template": "node",
  "container": {
    "port": 4321,
    "startScript": "start",
    "node": "14"
  }
}