ReserveTool
Datenbank nicht erreichbar
Invalid `prisma.location.findFirst()` invocation: error: Environment variable not found: DATABASE_URL. --> schema.prisma:18 | 17 | provider = "postgresql" 18 | url = env("DATABASE_URL") | Validation Error Count: 1

Postgres starten und Migrationen anwenden:

docker compose up -d   # oder Homebrew-Postgres
npm run db:deploy
npm run db:seed