blob: 9178af77d7de67feb6342c3fc8f6cfd7463bd21f (
plain) (
blame)
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": "14"
}
}
|