Add EdgeOne configuration

This commit is contained in:
Simon
2025-09-22 11:00:18 +08:00
parent 7cde68e4d9
commit f33c717a9e

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