mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 22:19:39 +02:00
The shared-nestjs-cors package was exporting raw TypeScript files, which caused runtime errors in production Docker containers: SyntaxError: Unexpected token 'export' Changes: - Add build script to compile TypeScript to JavaScript - Update package.json to export compiled dist files instead of src - Add build step to all backend Dockerfiles that use this package - Package now builds to CommonJS in dist/ folder Fixes staging deployment failures for mana-core-auth and other backends. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| docker-entrypoint.sh | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| eslint.config.mjs | ||
| nest-cli.json | ||
| package.json | ||
| tsconfig.json | ||