summaryrefslogtreecommitdiff
path: root/sandbox.config.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-21 21:56:55 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-21 21:56:55 +0300
commitc735556726e75428550a3d28a2cf58e2c8490b7d (patch)
treefd0ae29d1636b825abeedff6b99d3376bb383135 /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"
+ }
+}