From 72aac662e95163622e10d4f3b8f4a175552f962b Mon Sep 17 00:00:00 2001 From: yinxue <2643126914@qq.com> Date: Mon, 27 Oct 2025 19:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E7=AC=A6&&?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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