From ae47cbc63d8870afffde8e896f43cc8596648978 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 11 Sep 2022 02:24:18 -0400 Subject: [PATCH] Basic configuration for CodeSandbox --- 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..ed537bf --- /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" + } +} \ No newline at end of file