From 6808085ae7808058abbbae231c5c73f3547b88f5 Mon Sep 17 00:00:00 2001 From: Darksmilejester <130005925+Darksmilejester@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:57:15 +1000 Subject: [PATCH] docs: autopilot update README.md for [DOCS] Fix backend port mismatch between root README and fro --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c0869a64..fa8397305 100644 --- a/README.md +++ b/README.md @@ -394,3 +394,7 @@ Linux or macOS: ```bash kill "$(lsof -t -i:5173)" ``` + +## Backend/frontend port configuration + +- Resolve the README/frontend README port mismatch described by the issue. Keep the change docs-only and limited to README files. [ ] Root and frontend READMEs agree on backend port guidance. [ ] Docker/local differences are explicit. [ ] New contributors no longer get conflicting instructions.