summaryrefslogtreecommitdiff
path: root/examples/starter/sandbox.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/starter/sandbox.config.json')
-rw-r--r--examples/starter/sandbox.config.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/starter/sandbox.config.json b/examples/starter/sandbox.config.json
deleted file mode 100644
index 9178af77d..000000000
--- a/examples/starter/sandbox.config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "infiniteLoopProtection": true,
- "hardReloadOnChange": false,
- "view": "browser",
- "template": "node",
- "container": {
- "port": 3000,
- "startScript": "start",
- "node": "14"
- }
-}