Skip to content

Commit

Permalink
chore: update dev port
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate1999 committed Sep 6, 2022
1 parent 9a6c0eb commit 3b94040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"start": "next start -p 8080",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format",
"lint:strict": "eslint --max-warnings=0 src",
Expand Down

0 comments on commit 3b94040

Please sign in to comment.