diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b2b3556..90a329c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,6 +18,5 @@ "onAutoForward": "notify" } }, - "postCreateCommand": "npm install && npm add -D vitepress", - "postAttachCommand": "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