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