Fix: add linux-musl-openssl-3.0.x binaryTarget for Alpine 3.21 (node:22-alpine)

This commit is contained in:
2026-02-18 00:25:02 +00:00
parent 580aa014ca
commit 1eb718cea6

View File

@@ -2,7 +2,8 @@
// This defines the database tables for authentication // This defines the database tables for authentication
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
} }
datasource db { datasource db {
@@ -60,3 +61,4 @@ model VerificationToken {
@@unique([identifier, token]) @@unique([identifier, token])
@@map("verification_tokens") @@map("verification_tokens")
} }