Update prisma

This commit is contained in:
2025-09-14 18:46:23 +02:00
parent 600ccb4207
commit c542916c99
7 changed files with 64 additions and 23 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
provider = "prisma-client"
engineType = "client"
output = "../shared/generated/prisma"
}
datasource db {