We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc68bd commit b4adb1cCopy full SHA for b4adb1c
prisma/schema.prisma
@@ -2,7 +2,8 @@
2
// learn more about it in the docs: https://pris.ly/d/prisma-schema
3
4
generator client {
5
- provider = "prisma-client-js"
+ provider = "prisma-client-js"
6
+ binaryTargets = ["native", "debian-openssl-1.1.x", "rhel-openssl-1.0.x"]
7
}
8
9
datasource db {
0 commit comments