Merge pull request #8 from handsomezhuzhu/cursor/fix-edgeone-json-for-dual-deployment-46be

Fix edgeone.json for dual deployment
This commit is contained in:
Simon
2025-09-22 14:18:19 +08:00
committed by GitHub

View File

@@ -1,10 +1,6 @@
{
"project": {
"type": "static"
},
"staticAssets": {
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDir": "docs/.vitepress/dist"
}
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": "docs/.vitepress/dist",
"nodeVersion": "18.20.4"
}