Fix CORS middleware panic and add Procfile

- Transform ALLOWED_HOSTS to proper origins with http/https prefix
- Fallback to AllowAllOrigins if no valid origins configured
- Add Procfile for dokku process types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-11-26 20:28:13 -06:00
parent eea53c09b2
commit 440104bad6
2 changed files with 28 additions and 2 deletions

2
Procfile Normal file
View File

@@ -0,0 +1,2 @@
web: /app/api
worker: /app/worker