managarten/apps/todo/apps/backend
Till JS 683a4c5331 feat(docker): add shared NestJS builder base image
- Add docker/Dockerfile.nestjs-base with all shared packages pre-built
- Convert 6 backend Dockerfiles (chat, todo, calendar, clock, contacts,
  mukke) to inherit from nestjs-base:local
- Fix bugs: duplicate shared-nestjs-setup builds (mukke), unnecessary
  shared-error-tracking rebuild in production stage (chat, clock)
- CD pipeline builds base image before services when backends deploy
- Net reduction: 317 lines removed, 112 added (-205 lines)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 10:48:31 +01:00
..
src feat(error-tracking): add GlitchTip integration with shared error-tracking package 2026-03-19 13:30:13 +01:00
.env.production.example feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
docker-entrypoint.sh feat(todo): prepare for production deployment 2026-01-28 14:04:27 +01:00
Dockerfile feat(docker): add shared NestJS builder base image 2026-03-21 10:48:31 +01:00
drizzle.config.ts 🔧 chore: create @manacore/shared-drizzle-config and migrate 16 configs 2026-01-29 16:54:44 +01:00
jest.config.js fix(todo-backend): implement recurrence handling and fix N+1 query 2025-12-10 14:11:17 +01:00
nest-cli.json feat(contacts): add import/export with Google Contacts integration 2025-12-03 15:54:31 +01:00
package.json fix(todo): add shared-nestjs-setup dependency to todo backend 2026-03-19 15:45:41 +01:00
tsconfig.json 🐛 fix: resolve tsconfig issues across all NestJS backends 2026-02-01 03:47:17 +01:00