Skip to content

Commit b4adb1c

Browse files
committed
fix: add binary targets on schema.prisma
1 parent 5bc68bd commit b4adb1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prisma/schema.prisma

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// learn more about it in the docs: https://pris.ly/d/prisma-schema
33

44
generator client {
5-
provider = "prisma-client-js"
5+
provider = "prisma-client-js"
6+
binaryTargets = ["native", "debian-openssl-1.1.x", "rhel-openssl-1.0.x"]
67
}
78

89
datasource db {

0 commit comments

Comments
 (0)