Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias Nannt
31900f62b3 update target 2024-04-24 12:53:45 +02:00
Matthias Nannt
57de7adeb8 chore: add prisma build targets for vercel 2024-04-24 12:30:56 +02:00

View File

@@ -7,7 +7,8 @@ datasource db {
}
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"] // rhel-openssl-1.0.x is the target for AWS Lambda / Vercel
}
// generator dbml {