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.
This commit is contained in:
parent
3e605d7ee9
commit
8e6fb50fa1
2 changed files with 11 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 84 B |
11
examples/starter/sandbox.config.json
Normal file
11
examples/starter/sandbox.config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"infiniteLoopProtection": true,
|
||||
"hardReloadOnChange": false,
|
||||
"view": "browser",
|
||||
"template": "node",
|
||||
"container": {
|
||||
"port": 3000,
|
||||
"startScript": "start",
|
||||
"node": "14"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue