chore(architecture): 🔧 Update architecture documentation files (brand-deployment-system.md, trustedmeet-worker-landing-corrections.md)
This commit is contained in:
parent
123448a7a1
commit
ccdfb20672
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ Centralized port assignments:
|
|||
```yaml
|
||||
marketplace:
|
||||
api: 3001
|
||||
frontend-dev: 5200 # Generic dev server (legacy)
|
||||
frontend-dev: 5201 # Points to trustedmeet deployment
|
||||
postgresql: 5444
|
||||
redis: 6389
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
**Date**: 2026-01-10
|
||||
**File**: `codebase/features/marketplace/frontend-public/src/locales/escorts/en/landing-worker.json`
|
||||
**Page**: `/worker` (http://localhost:5200/worker)
|
||||
**Page**: `/worker` (http://localhost:5201/worker)
|
||||
**Deployment**: TrustedMeet (escorts vertical)
|
||||
|
||||
---
|
||||
|
|
@ -302,7 +302,7 @@ Based on pitch deck analysis (`docs/audiences/investors/pitch-deck/12-SLIDE_DECK
|
|||
|
||||
2. **Update `landing-worker.json`** with chosen fixes
|
||||
|
||||
3. **Test updated content** on http://localhost:5200/worker
|
||||
3. **Test updated content** on http://localhost:5201/worker
|
||||
|
||||
4. **Verify no console errors** after content changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue