fix: update prisma import paths and adjust .gitignore for generated files
Some checks failed
container-scan / Container Scan (pull_request) Failing after 11s
docker-build / docker (pull_request) Failing after 1m16s

This commit is contained in:
micha 2025-05-15 12:45:48 +02:00
parent 97d9076415
commit ff04072045
5 changed files with 7 additions and 6 deletions

View file

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