WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
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
backend Add peer rating system for tenants 2026-08-13 07:39:32 +00:00
prisma Fix prisma client output path: target .prisma/client, not @prisma/client 2026-08-13 07:41:30 +00:00
web-dashboard Add peer rating system for tenants 2026-08-13 07:39:32 +00:00
.gitignore Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
README.md Initial commit 2026-08-12 16:24:25 +00:00

wg-verwaltung

WG- & Vermieter-Management-App (Backend + Dashboard)