chore: finally update to prisma@7.8.0

This commit is contained in:
diced
2026-07-06 18:26:55 -07:00
parent f313ae1881
commit 95ffa476f1
6 changed files with 2433 additions and 5023 deletions
+3 -5
View File
@@ -1,13 +1,11 @@
generator client {
provider = "prisma-client"
output = "../src/prisma"
moduleFormat = "cjs"
previewFeatures = ["queryCompiler", "driverAdapters"]
provider = "prisma-client"
output = "../src/prisma"
moduleFormat = "cjs"
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
model Zipline {