Files
test-repo/vercel.json
T

7 lines
146 B
JSON
Raw Normal View History

{
2026-01-12 13:16:22 +08:00
"framework": "vitepress",
"buildCommand": "npm run build",
"outputDirectory": "docs/.vitepress/dist",
"installCommand": "npm install"
}