fix prisma interface error

This commit is contained in:
2026-04-18 00:01:57 +01:00
parent a7fbb2c466
commit 4a9a27fa34
13 changed files with 24 additions and 14 deletions
+2
View File
@@ -1,5 +1,7 @@
generator client {
provider = "prisma-client-js"
// Stable location for types + runtime; fixes TS not resolving `@prisma/client` → `.prisma/…` under pnpm + NodeNext
output = "../node_modules/.prisma/client"
}
datasource db {