From fcc2f4704e39b0e69b377cc138f75027721dac22 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 15:08:37 +0300 Subject: Initial template --- sandbox.config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sandbox.config.json (limited to 'sandbox.config.json') diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..1860764 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,11 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node", + "container": { + "port": 3000, + "startScript": "start", + "node": "18" + } +} -- cgit v1.2.3