Skip to content

Commit 3b94040

Browse files
committed
chore: update dev port
1 parent 9a6c0eb commit 3b94040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "next dev -p 8080",
77
"build": "next build",
8-
"start": "next start",
8+
"start": "next start -p 8080",
99
"lint": "next lint",
1010
"lint:fix": "eslint src --fix && yarn format",
1111
"lint:strict": "eslint --max-warnings=0 src",

0 commit comments

Comments
 (0)