mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
🔧 Add vercel.json (#1411)
This commit is contained in:
parent
425cd7b0d2
commit
de8f4ae04d
1 changed files with 5 additions and 0 deletions
5
apps/landing/vercel.json
Normal file
5
apps/landing/vercel.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"installCommand": "yarn install",
|
||||
"buildCommand": "cd ../.. && yarn prisma generate && yarn turbo build --filter=@rallly/landing...",
|
||||
"outputDirectory": ".next"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue