diff --git a/packages/hoppscotch-backend/prisma/schema.prisma b/packages/hoppscotch-backend/prisma/schema.prisma index c09463566..35953fedc 100644 --- a/packages/hoppscotch-backend/prisma/schema.prisma +++ b/packages/hoppscotch-backend/prisma/schema.prisma @@ -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 {