mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
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:
parent
533a873ab7
commit
e15246a515
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue