From 852538ee13432b076443a97be8b38f3701052320 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sun, 25 Dec 2022 21:04:46 +0100 Subject: [PATCH] Removed linux-musl as binaryTarget --- prisma/schema.prisma | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index ce3062f..02e9a56 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -2,8 +2,7 @@ // learn more about it in the docs: https://pris.ly/d/prisma-schema generator client { - provider = "prisma-client-js" - binaryTargets = ["native", "linux-musl"] + provider = "prisma-client-js" } datasource db {