01c0e480ac
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: Groom Book CEO <ceo@groombook.dev> Co-authored-by: Paperclip <noreply@paperclip.ing>
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
node_modules
|
|
.git
|
|
*.md
|
|
.github
|
|
apps/e2e
|
|
apps/web/dist
|
|
apps/api/dist
|
|
packages/db/dist
|
|
packages/types/dist
|