Skip to content

Commit

Permalink
chore: 웹 기본 포트 번호 3001로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Apr 28, 2024
1 parent 34b457b commit a538db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/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",
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit a538db3

Please sign in to comment.