delete authentication, use custom logger

This commit is contained in:
sbriat
2023-07-05 17:32:21 +02:00
parent f33f679e12
commit bbcd2cdb9e
24 changed files with 269 additions and 54 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 {