Files
test-repo/vercel.json
T

6 lines
118 B
JSON
Raw Normal View History

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