This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push: new 9c2a069 #docs fix wrong port (#343) 9c2a069 is described below commit 9c2a069976dbe982f7e9eb30ee7bb98ccdff94f3 Author: TianMing2018 <m18264085...@163.com> AuthorDate: Wed Jul 16 18:54:15 2025 +0800 #docs fix wrong port (#343) --- frontend-new/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-new/README.md b/frontend-new/README.md index ffde571..d0d3f53 100644 --- a/frontend-new/README.md +++ b/frontend-new/README.md @@ -9,7 +9,7 @@ In the project directory, you can run: ### `npm run start` Runs the app in the development mode.\ -Open [http://localhost:3003](http://localhost:3000) to view it in your browser. +Open [http://localhost:3003](http://localhost:3003) to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console.