wg-verwaltung/prisma
bernd 3629f5f66f Fix prisma client output path: target .prisma/client, not @prisma/client
Prisma 5.22's generator wants the explicit output to point at the
internal .prisma/client directory (which @prisma/client forwards to),
not the @prisma/client package directory itself — pointing it there
directly made `prisma generate` fail outright ("replace ... with
../backend/node_modules/.prisma/client").
2026-08-13 07:41:30 +00:00
..
schema.prisma Fix prisma client output path: target .prisma/client, not @prisma/client 2026-08-13 07:41:30 +00:00