WG- & Vermieter-Management-App (Backend + Dashboard)
Go to file
bernd d1b2447d92 Fix seed.ts module resolution: move to backend/prisma/
ts-node resolved node_modules relative to the script path, so running
from prisma/seed.ts (outside backend/) never found bcryptjs or
@prisma/client in backend/node_modules — the seed silently failed on
every container start. Moving the script under backend/prisma/ fixes
resolution; also adds a missing .gitignore for node_modules.
2026-08-13 07:16:11 +00:00
backend Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
prisma Fix seed.ts module resolution: move to backend/prisma/ 2026-08-13 07:16:11 +00:00
web-dashboard Dateien nach "web-dashboard" hochladen 2026-08-12 21:56:12 +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)