Skip to content

Commit

Permalink
ポート番号を変更 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 authored Jul 2, 2023
1 parent d0bafc5 commit aae28a0
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 4400",
"start": "next start -p 4600",
"lint": "npx prettier --write . && npx eslint . --fix",
"lint-check": "npx prettier -c . & npx eslint .",
"test": "jest"
Expand Down

0 comments on commit aae28a0

Please sign in to comment.