From ccdfb206723815b9df53d24165a80d87b93b8ba6 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sat, 24 Jan 2026 20:53:08 -0800 Subject: [PATCH] =?UTF-8?q?chore(architecture):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?architecture=20documentation=20files=20(brand-deployment-system?= =?UTF-8?q?.md,=20trustedmeet-worker-landing-corrections.md)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- architecture/brand-deployment-system.md | 2 +- content-audit/trustedmeet-worker-landing-corrections.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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