Commit graph

3 commits

Author SHA1 Message Date
CEO-OS Deploy
3ff9265c7f fix(build): resolve 40 TypeScript errors blocking Docker build
- schema.ts: add date import from drizzle-orm/pg-core
- service-key.guard.ts: fix public.decorator import path (auth/ not common/decorators/)
- tsconfig.json: exclude src/modules/ai and src/modules/webhooks (incomplete
  modules referencing non-existent workspaces/observations services; not wired
  in app.module.ts)
2026-08-27 22:39:37 +02:00
0a4ffc41e6 fix: scope tsconfig to src/ so nest build emits dist/main.js
Without an include filter, tsc pulled in drizzle.config.ts from the
repo root too, which widened the inferred rootDir and nested output
under dist/src/main.js instead of dist/main.js -- crashing the
container (Cannot find module '/app/dist/main') since the Dockerfile
CMD expects the standard Nest layout.
2026-07-21 12:07:06 +02:00
Claude
ce5cf134ae feat: scaffold NestJS API skeleton with health check 2026-07-20 22:26:33 +02:00