Skip to content

Commit e2beb8f

Browse files
Add binaryTargets to Prisma client generator configuration
1 parent ef006ad commit e2beb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
generator client {
22
provider = "prisma-client-js"
3+
binaryTargets = ["native", "rhel-openssl-3.0.x"]
34
}
45

56
datasource db {

0 commit comments

Comments
 (0)