Merge pull request #5 from handsomezhuzhu/codex/add-edgeone.json-configuration-file

Add EdgeOne configuration for static build output
This commit is contained in:
Simon
2025-09-22 11:11:43 +08:00
committed by GitHub

10
edgeone.json Normal file
View File

@@ -0,0 +1,10 @@
{
"project": {
"type": "static"
},
"staticAssets": {
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"outputDirectory": "docs/.vitepress/dist"
}
}