🔧 Add vercel.json (#1411)

This commit is contained in:
Luke Vella 2024-10-24 18:57:06 +01:00 committed by GitHub
parent 425cd7b0d2
commit de8f4ae04d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
apps/landing/vercel.json Normal file
View file

@ -0,0 +1,5 @@
{
"installCommand": "yarn install",
"buildCommand": "cd ../.. && yarn prisma generate && yarn turbo build --filter=@rallly/landing...",
"outputDirectory": ".next"
}