astro/examples/blog/sandbox.config.json
2021-09-06 01:21:39 -07:00

11 lines
No EOL
213 B
JSON

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