fix prisma schema: add engineType=library (avoids client mode requiring adapter)

This commit is contained in:
Lizandro Guarnizo
2026-06-03 22:53:22 -05:00
parent 41bcf31428
commit 04f701e664
+2 -1
View File
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
engineType = "library"
}
datasource db {