Files
Landing-Page/sandbox.config.json
Akilan Selvacoumar ba5d6d24ef Initial commit
2023-02-12 22:29:37 +00:00

12 lines
196 B
JSON

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