Compare commits

..

3 Commits

Author SHA1 Message Date
72aac662e9 添加了连接符&& 2025-10-27 19:34:22 +08:00
19d3ce8a66 将npm install 放到postAttachCommand阶段 2025-10-27 15:46:14 +08:00
b99ef73798 删掉了remoteUser 2025-10-26 17:46:34 +08:00

View File

@@ -18,7 +18,5 @@
"onAutoForward": "notify" "onAutoForward": "notify"
} }
}, },
"postCreateCommand": "npm install && npm add -D vitepress", "postAttachCommand": "npm install && npm add -D vitepress && npm run docs:dev -- --host 0.0.0.0"
"postAttachCommand": "npm run docs:dev -- --host 0.0.0.0",
"remoteUser": "node"
} }