From 991dc7900291194183b2bd15bcb64cb4fa3d868e Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Wed, 28 May 2025 11:10:18 +0200 Subject: [PATCH] add prisma linux primary target --- apps/server/prisma/schema.prisma | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/server/prisma/schema.prisma b/apps/server/prisma/schema.prisma index b92e1a87..4f10a722 100644 --- a/apps/server/prisma/schema.prisma +++ b/apps/server/prisma/schema.prisma @@ -2,9 +2,10 @@ // learn more about it in the docs: https://pris.ly/d/prisma-schema generator client { - provider = "prisma-client" - output = "generated/client" - moduleFormat = "esm" + provider = "prisma-client" + output = "generated/client" + moduleFormat = "esm" + binaryTargets = ["native", "linux-musl-openssl-3.0.x"] // linux needed for the deployment } datasource db {