diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 90a329c..18ad1ef 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,5 +18,5 @@ "onAutoForward": "notify" } }, - "postAttachCommand": "npm install && npm add -D vitepress npm run docs:dev -- --host 0.0.0.0" + "postAttachCommand": "npm install && npm add -D vitepress && npm run docs:dev -- --host 0.0.0.0" } \ No newline at end of file