managarten/apps/chat/apps
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
..
backend 🐛 fix(cors): compile shared-nestjs-cors to JavaScript for production 2025-12-17 18:42:47 +01:00
landing fixes 2025-12-04 00:51:40 +01:00
mobile Fix wrong type 2025-12-04 23:25:25 +01:00
web 🐛 fix(auth): require name field in registration forms 2025-12-16 20:28:28 +01:00