rallly/apps/landing/vercel.json
2025-04-27 15:16:38 +01:00

5 lines
141 B
JSON

{
"installCommand": "pnpm install",
"buildCommand": "cd ../.. && pnpm db:generate && pnpm build:landing",
"outputDirectory": ".next"
}