We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093adb2 commit c74e569Copy full SHA for c74e569
sandbox.config.json
@@ -0,0 +1,11 @@
1
+{
2
+ "infiniteLoopProtection": true,
3
+ "hardReloadOnChange": false,
4
+ "view": "browser",
5
+ "template": "node",
6
+ "container": {
7
+ "port": 3000,
8
+ "startScript": "start",
9
+ "node": "18"
10
+ }
11
+}
0 commit comments