awesome-mechanical-keyboard/sandbox.config.json
BenRoe b664672161 build: switch Gridsome to Astro
- use astro as static site generator
2022-10-24 15:24:07 +02:00

12 lines
196 B
JSON
Executable File

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