diff options
Diffstat (limited to 'examples/with-markdown-shiki/sandbox.config.json')
-rw-r--r-- | examples/with-markdown-shiki/sandbox.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-shiki/sandbox.config.json b/examples/with-markdown-shiki/sandbox.config.json index 9178af77d..8e476b8cc 100644 --- a/examples/with-markdown-shiki/sandbox.config.json +++ b/examples/with-markdown-shiki/sandbox.config.json @@ -4,7 +4,7 @@ "view": "browser", "template": "node", "container": { - "port": 3000, + "port": 4321, "startScript": "start", "node": "14" } |