template-web-astro/sandbox.config.json
2023-06-21 20:01:17 +02:00

12 lines
184 B
JSON

{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
}
}