mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
📝 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:
parent
3011d77caf
commit
eebc370cb2
1 changed files with 12 additions and 10 deletions
|
|
@ -799,18 +799,20 @@ Docker containers can reach each other by service name (`mana-core-auth`), but b
|
|||
|
||||
### Apps Using This Pattern Correctly
|
||||
|
||||
- ✅ `chat/apps/web` - Has `hooks.server.ts` with runtime injection
|
||||
- ✅ `todo/apps/web` - Fixed
|
||||
- ✅ `calendar/apps/web` - Fixed
|
||||
- ✅ `clock/apps/web` - Fixed
|
||||
All web apps with backends now use the runtime injection pattern:
|
||||
|
||||
### 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`
|
||||
- ❌ `manadeck/apps/web`
|
||||
- ❌ `manacore/apps/web`
|
||||
- ❌ `zitare/apps/web`
|
||||
- ❌ `picture/apps/web`
|
||||
### Apps That May Need Fixing
|
||||
|
||||
- ❓ `manadeck/apps/web` - Check if using dynamic URLs
|
||||
- ❓ `manacore/apps/web` - Check if using dynamic URLs
|
||||
|
||||
### Quick Checklist for New SvelteKit Apps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue