mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-12 04:00:37 -05:00
chore: add prisma build targets for vercel
This commit is contained in:
@@ -7,7 +7,8 @@ datasource db {
|
||||
}
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x"] // debian-openssl-3.0.x is the target for AWS Lambda / Vercel
|
||||
}
|
||||
|
||||
// generator dbml {
|
||||
|
||||
Reference in New Issue
Block a user