c46db4ecbd
* Add Non-HTML Pages example * Rename dir non-html-example to non-html-pages * Update name to non-html-pages in package.json
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"infiniteLoopProtection": true,
|
|
"hardReloadOnChange": false,
|
|
"view": "browser",
|
|
"template": "node",
|
|
"container": {
|
|
"port": 3000,
|
|
"startScript": "start",
|
|
"node": "14"
|
|
}
|
|
}
|