Commit graph

4 commits

Author SHA1 Message Date
7518682171 fix: apply ceo-api's Dockerfile/tsconfig fixes to ceo-worker
Same two bugs found deploying ceo-api: npm ci needs --include=dev in
the build stage (Coolify exposes NODE_ENV=production at build time,
which makes npm skip devDependencies otherwise), and tsconfig needs an
explicit include filter to keep nest build's output at dist/main.js.
2026-07-21 19:18:59 +02:00
Claude
064a1cb4b5 feat: add mailer, pdf-lib, Supabase client, Pino logging for job processors 2026-07-20 22:41:58 +02:00
Claude
eaa8e8638f feat: scaffold NestJS BullMQ worker skeleton 2026-07-20 22:29:24 +02:00
41f4173667 Initial commit 2026-07-20 20:23:57 +00:00