tpmjs/apps/web/vercel.json

5 lines
148 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd ../.. && pnpm -w run build:web",
"installCommand": "pnpm install"
}