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

@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}
datasource db {
@@ -60,3 +61,4 @@ model VerificationToken {
@@unique([identifier, token])
@@map("verification_tokens")
}