Skip to content

Commit f7d5eb8

Browse files
Copilothotlong
andcommitted
Fix port number inconsistency in README
- Update console port from 5175 to 5173 (Vite's default) - Ensure consistency throughout documentation Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ef4233c commit f7d5eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/console/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pnpm build
3131
pnpm test
3232
```
3333

34-
The console opens at **http://localhost:5175** with a simulated backend (CRM + Todo + Kitchen Sink demo data).
34+
The console opens at **http://localhost:5173** with a simulated backend (CRM + Todo + Kitchen Sink demo data).
3535

3636
## Running Modes
3737

@@ -44,7 +44,7 @@ The console supports two distinct running modes:
4444
- Uses Mock Service Worker (MSW) to intercept API calls in the browser
4545
- Fast development cycle with instant feedback
4646
- Best for UI development and testing
47-
- Opens at http://localhost:5175
47+
- Opens at http://localhost:5173
4848

4949
### 2. Plugin Mode (Production-like)
5050
**Command:** `pnpm start`

0 commit comments

Comments
 (0)