Files
test-repo/vercel.json
T

7 lines
146 B
JSON
Raw Normal View History

{
"buildCommand": "npm run build",
"installCommand": "npm install",
"framework": "vitepress",
"outputDirectory": "docs/.vitepress/dist"
}