This commit is contained in:
sbriat
2023-06-02 09:49:19 +02:00
parent 954962d072
commit 215cb82826
31 changed files with 214 additions and 237 deletions

View File

@@ -2,7 +2,8 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["linux-musl", "debian-openssl-3.0.x"]
}
datasource db {