Skip to content

Commit

Permalink
remove port
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Aug 1, 2024
1 parent acf9dfa commit 3c66a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3032",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3033",
"lint": "next lint"
Expand Down

0 comments on commit 3c66a7f

Please sign in to comment.