diff --git a/architecture/brand-deployment-system.md b/architecture/brand-deployment-system.md index cc91496..178203c 100644 --- a/architecture/brand-deployment-system.md +++ b/architecture/brand-deployment-system.md @@ -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 diff --git a/content-audit/trustedmeet-worker-landing-corrections.md b/content-audit/trustedmeet-worker-landing-corrections.md index 5655f3d..b36e6ad 100644 --- a/content-audit/trustedmeet-worker-landing-corrections.md +++ b/content-audit/trustedmeet-worker-landing-corrections.md @@ -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