Fixes incorrect development server port
Updates the development server port from 5173 to 3003. The documentation and configuration files incorrectly specified port 5173 for the development server. This caused confusion and prevented users from accessing the application at the correct address. The port is updated in `DEPLOYMENT.md`, `README.md`, `USER_GUIDE.md` and `vite.config.ts` to ensure consistency and proper access to the development server on port 3003.
This commit is contained in:
parent
31801d0991
commit
2bf49537f8
3 changed files with 7 additions and 7 deletions
|
|
@ -47,7 +47,7 @@ npm install
|
|||
npm run dev
|
||||
```
|
||||
|
||||
开发服务器将在 `http://localhost:5173` 启动,支持热重载。
|
||||
开发服务器将在 `http://localhost:3003` 启动,支持热重载。
|
||||
|
||||
### 生产环境部署
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue