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:
Sarah Rainsberger 2021-08-20 16:33:15 -03:00 committed by GitHub
parent 3e605d7ee9
commit 8e6fb50fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -0,0 +1,11 @@
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node",
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
}
}