WangDL 2b72d94a24
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 18s
fix: set rootDir to src in tsconfig.build.json for consistent output
The NestJS build was outputting to dist/src/main.js instead of dist/main.js
due to TypeScript's automatic rootDir calculation. Explicit rootDir: "src"
ensures the output is always at dist/main.js.

Also remove the test-run debugging step from CI.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 11:52:27 +08:00
..