fix: add binary target to prisma
Some checks failed
Deploy / lint-build-deploy (push) Failing after 51s

This commit is contained in:
2026-02-01 13:37:07 +01:00
parent e8141ae1c1
commit b94e2985a9

View File

@@ -1,5 +1,6 @@
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
} }
datasource db { datasource db {