📝 docs: update runtime URL injection checklist

Mark all 7 web apps with backends as using the correct
dynamic URL pattern after recent fixes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Wuesteon 2025-12-15 14:14:58 +01:00
parent 3011d77caf
commit eebc370cb2

View file

@ -799,18 +799,20 @@ Docker containers can reach each other by service name (`mana-core-auth`), but b
### Apps Using This Pattern Correctly ### Apps Using This Pattern Correctly
- ✅ `chat/apps/web` - Has `hooks.server.ts` with runtime injection All web apps with backends now use the runtime injection pattern:
- ✅ `todo/apps/web` - Fixed
- ✅ `calendar/apps/web` - Fixed
- ✅ `clock/apps/web` - Fixed
### Apps That Still Need Fixing - ✅ `chat/apps/web`
- ✅ `picture/apps/web`
- ✅ `zitare/apps/web`
- ✅ `contacts/apps/web`
- ✅ `calendar/apps/web`
- ✅ `clock/apps/web`
- ✅ `todo/apps/web`
- ❌ `contacts/apps/web` ### Apps That May Need Fixing
- ❌ `manadeck/apps/web`
- ❌ `manacore/apps/web` - ❓ `manadeck/apps/web` - Check if using dynamic URLs
- ❌ `zitare/apps/web` - ❓ `manacore/apps/web` - Check if using dynamic URLs
- ❌ `picture/apps/web`
### Quick Checklist for New SvelteKit Apps ### Quick Checklist for New SvelteKit Apps