astro/examples/starter/sandbox.config.json
Sarah Rainsberger 8e6fb50fa1
CodeSandbox-izing via template override (#1167)
* initial commit

* Added to config to specify port and node version. I think this will be all that's needed.
2021-08-20 12:33:15 -07:00

11 lines
196 B
JSON

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