fix: prisma segfaulting on many cases
This commit is contained in:
@@ -6,6 +6,9 @@ datasource db {
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = ["native", "debian-openssl-1.1.x"]
|
||||
|
||||
// Implemented as part of a fix, see: https://github.com/prisma/prisma/issues/10649
|
||||
engineType = "binary"
|
||||
}
|
||||
|
||||
model Team {
|
||||
|
||||
Reference in New Issue
Block a user