summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/.codesandbox/Dockerfile1
-rw-r--r--examples/framework-vue/sandbox.config.json11
2 files changed, 1 insertions, 11 deletions
diff --git a/examples/framework-vue/.codesandbox/Dockerfile b/examples/framework-vue/.codesandbox/Dockerfile
new file mode 100644
index 000000000..c3b5c81a1
--- /dev/null
+++ b/examples/framework-vue/.codesandbox/Dockerfile
@@ -0,0 +1 @@
+FROM node:18-bullseye
diff --git a/examples/framework-vue/sandbox.config.json b/examples/framework-vue/sandbox.config.json
deleted file mode 100644
index 8e476b8cc..000000000
--- a/examples/framework-vue/sandbox.config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "infiniteLoopProtection": true,
- "hardReloadOnChange": false,
- "view": "browser",
- "template": "node",
- "container": {
- "port": 4321,
- "startScript": "start",
- "node": "14"
- }
-}