mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
The mana-core-auth configuration.ts was already splitting CORS_ORIGINS into an array, but createCorsConfig expected a string and called .split() on it, causing "corsOriginsEnv.split is not a function" TypeError. Now handles both string and array inputs gracefully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cors-config.spec.ts | ||
| cors-config.ts | ||
| index.ts | ||