diff options
author | 2023-08-30 18:52:21 +0200 | |
---|---|---|
committer | 2023-08-30 18:52:21 +0200 | |
commit | 4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f (patch) | |
tree | 34cb18c5c440ee7d5d665dde8228f29b32589de7 /examples/with-markdown-plugins | |
parent | 2a9461443394f028afa56d09041b1f3c04260526 (diff) | |
download | astro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.tar.gz astro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.tar.zst astro-4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f.zip |
Update CodeSandbox config for Node 18 and new editor (#8292)
* config: update config for codesandbox
* feat: update create-astro to remove .codesandbox folder
* chore: changeset
* fix: use node18
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/.codesandbox/Dockerfile | 1 | ||||
-rw-r--r-- | examples/with-markdown-plugins/sandbox.config.json | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/examples/with-markdown-plugins/.codesandbox/Dockerfile b/examples/with-markdown-plugins/.codesandbox/Dockerfile new file mode 100644 index 000000000..c3b5c81a1 --- /dev/null +++ b/examples/with-markdown-plugins/.codesandbox/Dockerfile @@ -0,0 +1 @@ +FROM node:18-bullseye diff --git a/examples/with-markdown-plugins/sandbox.config.json b/examples/with-markdown-plugins/sandbox.config.json deleted file mode 100644 index 8e476b8cc..000000000 --- a/examples/with-markdown-plugins/sandbox.config.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "infiniteLoopProtection": true, - "hardReloadOnChange": false, - "view": "browser", - "template": "node", - "container": { - "port": 4321, - "startScript": "start", - "node": "14" - } -} |