fix(orchestrator): Dockerfile prisma generate + vitest reflect-metadata setup #703
Reference in New Issue
Block a user
Delete Branch "fix/ms23-orchestrator-prisma-generate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two CI fixes unblocking MS23 P0 tasks:
Fix 1 — Docker build failure (CI #948)
The orchestrator Dockerfile never ran , so the Docker image build failed with TS2305/TS2339 errors (PrismaClient not found, model properties missing). Added:
Fix 2 — Test failure (CI #949)
DTO unit tests added by P0-003 use decorators that require . Added to vitest.config.ts.
Unblocks: MS23-P0-002 (re-deploy), MS23-P0-003 (SSE stream PR)