port update 3002
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack --port=3080",
|
||||
"dev": "next dev --turbopack --port=3002",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start --port=3002",
|
||||
"prettier": "prettier src --write",
|
||||
"lint": "eslint src --fix",
|
||||
"prepare": "husky"
|
||||
|
||||
Reference in New Issue
Block a user