Adding CodeSandbox config file to set Node template

This commit is contained in:
garethx
2020-02-11 16:22:48 +00:00
committed by GitHub
parent fec25fedba
commit 42b61d1592

6
sandbox.config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"infiniteLoopProtection": true,
"hardReloadOnChange": false,
"view": "browser",
"template": "node"
}