Use port 3006 (3005 taken on deploy host)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0c27cd93c4
commit
acfbc23b1d
@ -3,9 +3,9 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3005",
|
"dev": "next dev -p 3006",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 3005"
|
"start": "next start -p 3006"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "16.1.7",
|
"next": "16.1.7",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user