8b54242a46
* Create sandbox.config.json specifying port 3000 * Update sandbox.config.json * Create sandbox.config.json for blog example * Create sandbox.config.json for multiple authors blog * added sandbox config to portfolios * [ci] yarn format * added sandbox.config.json to more frameworks examples * [ci] yarn format Co-authored-by: sarah11918 <sarah11918@users.noreply.github.com>
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"
|
|
}
|
|
}
|