Merge pull request #7 from handsomezhuzhu/codex/update-edgeone.json-for-compatibility

Update EdgeOne config for npm-based builds
This commit is contained in:
Simon
2025-09-22 13:57:30 +08:00
committed by GitHub

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"
}
}