moved generated prisma client to node_modules

This commit is contained in:
Patrick 2025-09-17 14:54:12 +02:00
parent 8eacebc306
commit 78e9f268b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
output = "../.generated.prisma"
output = "../node_modules/.prisma/client"
}
datasource db {