correction prisma build
Some checks failed
Build and Push App / build (push) Failing after 22s

This commit is contained in:
2026-04-15 22:11:51 +02:00
parent dd4b35690c
commit 09ecf8a6b9
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model User {