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 39260b3 commit b14f23bCopy full SHA for b14f23b
prisma/schema.prisma
@@ -5,7 +5,7 @@
5
// https://www.prisma.io/docs/concepts/components/prisma-schema/generators
6
generator client {
7
provider = "prisma-client-js"
8
- binaryTargets = ["native", "rhel-openssl-1.0.x", "rhel-openssl-3.0.x"]
+ binaryTargets = ["native", "rhel-openssl-3.0.x"]
9
}
10
11
// See:
0 commit comments