feat: added port

This commit is contained in:
원더 2021-01-09 22:45:08 +09:00
parent a6940d3fe3
commit 23f697fa28

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 4000",
"lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --ext ts,tsx . --fix"
},