summaryrefslogtreecommitdiff
path: root/sandbox.config.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
commitfcc2f4704e39b0e69b377cc138f75027721dac22 (patch)
tree732fc94b354a26c08fba9cc9059f9c6c900182be /sandbox.config.json
Initial template
Diffstat (limited to 'sandbox.config.json')
-rw-r--r--sandbox.config.json11
1 files changed, 11 insertions, 0 deletions
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"
+ }
+}