chore: adjust edgeone build commands

This commit is contained in:
Simon
2025-09-22 13:57:03 +08:00
parent 5abb65c34d
commit bc7384f3e0

View File

@@ -3,8 +3,8 @@
"type": "static"
},
"staticAssets": {
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDir": "docs/.vitepress/dist"
}
}