prisma fixes

This commit is contained in:
2026-03-12 19:15:56 -05:00
parent 7d7c34bcb1
commit 5de0f52af7
2 changed files with 8 additions and 6 deletions

View File

@@ -2,8 +2,9 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client {
provider = "prisma-client-js"
output = "../src/generated/client"
provider = "prisma-client-js"
output = "../src/generated/client"
engineType = "library"
}
datasource db {