This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
The following commit(s) were added to refs/heads/main by this push:
new f357ea3 docs: fix UI dev server port (#20)
f357ea3 is described below
commit f357ea3f95f82a8c6989e24e464babe54e24b745
Author: Zixin Zhou <[email protected]>
AuthorDate: Wed May 27 08:10:26 2026 +0800
docs: fix UI dev server port (#20)
---
docs/setup/server.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/setup/server.md b/docs/setup/server.md
index dbc271d..6ec0cfd 100644
--- a/docs/setup/server.md
+++ b/docs/setup/server.md
@@ -27,7 +27,7 @@ server:
port: 8081
```
-Run `pnpm --filter ui dev` separately. Vite dev server (default port 5173)
proxies `/api/*` to the BFF.
+Run `pnpm --filter ui dev` separately. The Vite dev server listens on port
9091 and proxies `/api/*` to the BFF.
### Production (single port)