From 6f9d5ec8bf0abccf5776acc4c4f6b5cfa773a028 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 25 Apr 2022 16:45:42 -0500 Subject: [PATCH] Add sandbox config --- sandbox.config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sandbox.config.json diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..9178af7 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,11 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node", + "container": { + "port": 3000, + "startScript": "start", + "node": "14" + } +}