astro/examples/with-vite-plugin-pwa/sandbox.config.json
2021-11-22 20:03:45 -06:00

11 lines
196 B
JSON

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