删掉了remoteUser

This commit is contained in:
2025-10-26 17:46:34 +08:00
parent 4baf03f8ae
commit b99ef73798

View File

@@ -19,6 +19,5 @@
}
},
"postCreateCommand": "npm install && npm add -D vitepress",
"postAttachCommand": "npm run docs:dev -- --host 0.0.0.0",
"remoteUser": "node"
"postAttachCommand": "npm run docs:dev -- --host 0.0.0.0"
}