Five critical fixes discovered and patched on production (192.168.9.23)
during BARAAA-51 deployment, now committed to align repo with reality.
1. tsconfig.build.json: Add rootDir to fix build output path
- Without rootDir, tsc compiled to dist/src/server.js
- Dockerfile CMD expected dist/server.js
- Now builds correctly to dist/server.js
2. Dockerfile: Correct CMD path back to dist/server.js
- Reverts workaround commit
|
||
|---|---|---|
| .. | ||
| api-integration.test.ts | ||
| db-seed.test.ts | ||
| healthz.test.ts | ||
| j5-messaging-validation.js | ||
| load-test.test.ts | ||
| load-test.ts | ||
| metrics.test.ts | ||
| pen-test.sh | ||
| smoke-lan-2-agents.sh | ||
| socket.test.ts | ||