update target

This commit is contained in:
Matthias Nannt
2024-04-24 12:53:45 +02:00
parent 57de7adeb8
commit 31900f62b3

View File

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