prisma client auf node_modules/.prisma/client

This commit is contained in:
titver968
2025-04-16 16:57:22 +02:00
parent 5e7c0600a8
commit f6d7464cb8
25 changed files with 33 additions and 10219 deletions

View File

@@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
output = "../src/generated/client"
output = "../node_modules/.prisma/client"
}
datasource db {
@@ -41,4 +41,4 @@ model Anmeldung {
wunsch3 Dienststelle @relation("Wunsch3", fields: [wunsch3Id], references: [id])
timestamp DateTime @default(now())
}
}