We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47cf57 commit ea1c247Copy full SHA for ea1c247
prisma/schema.prisma
@@ -7,7 +7,7 @@
7
generator client {
8
provider = "prisma-client-js"
9
output = "../src/generated/prisma"
10
- binaryTargets = ["native", "debian-openssl-1.1.x"]
+ binaryTargets = ["native", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
11
}
12
13
datasource db {
0 commit comments