From 42b61d159288a95b643c758f06c1f18196fe9fba Mon Sep 17 00:00:00 2001 From: garethx Date: Tue, 11 Feb 2020 16:22:48 +0000 Subject: [PATCH] Adding CodeSandbox config file to set Node template --- sandbox.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sandbox.config.json diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 00000000..7943263c --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,6 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node" +}