rallly/apps/web/vercel.json
2024-10-24 20:02:14 +01:00

5 lines
155 B
JSON

{
"installCommand": "yarn install",
"buildCommand": "cd ../.. && yarn db:generate && yarn build:web && yarn db:deploy",
"outputDirectory": ".next"
}