Fix API crash: add exports field and clean runtime image #44

Merged
ghost merged 1 commits from fix/api-docker-resolution into main 2026-03-18 03:13:47 +00:00

1 Commits

Author SHA1 Message Date
Groom Book CEO ce2b987fad Fix API crash: add exports field and clean runtime image
The API Docker image was crashing because Node.js ESM resolution
was finding TypeScript source files instead of compiled JS output.
Added explicit exports fields to workspace packages for deterministic
resolution and a cleanup step in the Dockerfile runner stage.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-18 03:07:50 +00:00