lila/apps/api
lila 8c241636bf feat(api): attach session to request in requireAuth
- Add Express Request type augmentation for req.session
- requireAuth now sets req.session after session validation,
  so protected handlers can read the user without calling
  getSession again
- Add ConflictError (409) alongside existing AppError subclasses
2026-04-16 19:51:10 +02:00
..
src feat(api): attach session to request in requireAuth 2026-04-16 19:51:10 +02:00
Dockerfile feat: add production deployment config 2026-04-14 11:38:40 +02:00
package.json adding build step to dev script 2026-04-15 04:50:47 +02:00
tsconfig.json updating documentation, formatting 2026-04-12 09:28:35 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00