Files
paseo/vercel.json
2025-10-13 14:18:15 +02:00

9 lines
260 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd packages/web && npm run build",
"outputDirectory": "packages/web/.next",
"installCommand": "npm install",
"framework": null,
"devCommand": "cd packages/web && npm run dev"
}