diff --git a/edgeone.json b/edgeone.json new file mode 100644 index 0000000..4ecd0d2 --- /dev/null +++ b/edgeone.json @@ -0,0 +1,10 @@ +{ + "project": { + "type": "static" + }, + "staticAssets": { + "installCommand": "pnpm install", + "buildCommand": "pnpm run build", + "outputDir": "docs/.vitepress/dist" + } +}