fix: use prisma-client-js generator — prisma-client requires custom output

The prisma-client generator mandates an output path, which conflicts
with using the standard @prisma/client import. Switch to prisma-client-js
which generates to node_modules by default.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
xCyanGrizzly
2026-02-18 19:52:37 +01:00
parent 46cb517b8d
commit 5f12c8425b

View File

@@ -1,5 +1,5 @@
generator client {
provider = "prisma-client"
provider = "prisma-client-js"
}
datasource db {