lila/apps/api
lila 48457936e8 feat(api): add global error handler with typed error classes
- Add AppError base class, ValidationError (400), NotFoundError (404)
- Add central error middleware in app.ts
- Remove inline safeParse error handling from controllers
- Replace plain Error throws with NotFoundError in gameService
2026-04-12 08:48:43 +02:00
..
src feat(api): add global error handler with typed error classes 2026-04-12 08:48:43 +02:00
Dockerfile infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
package.json feat(api): scaffold express server with /api/health endpoint 2026-03-21 10:17:53 +01:00
tsconfig.json feat(api): add in-memory GameSessionStore 2026-04-11 11:42:13 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00