chore(ui): align dev server port with production (3010)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
stefandsl 2026-05-26 13:29:51 +02:00
parent 533a873ab7
commit e15246a515
2 changed files with 2 additions and 2 deletions

View file

@ -75,5 +75,5 @@ The auth interceptor (which attaches the Bearer token) is only registered once a
```bash
npm install
npm run dev # Runs on port 3000
npm run dev # Runs on port 3010
```

View file

@ -3,7 +3,7 @@
"version": "1.31.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack -p 3010",
"build": "next build",
"start": "next start",
"lint": "next lint",