managarten/apps/chat/apps/backend
Wuesteon 74654e652a 🐛 fix(cors): compile shared-nestjs-cors to JavaScript for production
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>
2025-12-17 18:42:47 +01:00
..
src 1. Brevo email integration (API key, sender settings) 2025-12-17 18:11:13 +01:00
.dockerignore refactor: restructure 2025-11-26 03:03:24 +01:00
.env.docker refactor: restructure 2025-11-26 03:03:24 +01:00
.env.example ♻️ refactor(chat): simplify chat service and update seed data 2025-12-12 20:48:10 +01:00
docker-compose.yml refactor: restructure 2025-11-26 03:03:24 +01:00
docker-entrypoint.sh feat: integrate shared PageHeader and ProfilePage across all web apps 2025-11-30 00:06:29 +01:00
Dockerfile 🐛 fix(cors): compile shared-nestjs-cors to JavaScript for production 2025-12-17 18:42:47 +01:00
drizzle.config.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
eslint.config.mjs improve code quality 2025-12-03 23:42:37 +01:00
nest-cli.json 🔀 merge: auth/complete branch with Better Auth implementation 2025-12-01 15:25:38 +01:00
package.json 1. Brevo email integration (API key, sender settings) 2025-12-17 18:11:13 +01:00
tsconfig.build.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
tsconfig.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00