diff --git a/qwilight-fe/package.json b/qwilight-fe/package.json index cc30d56..8d0140e 100644 --- a/qwilight-fe/package.json +++ b/qwilight-fe/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "scripts": { - "dev": "next dev -p 3002", + "dev": "next dev -p 3001", "build": "next build", - "start": "next start -p 3002", + "start": "next start -p 3001", "lint": "next lint", "pm2": "pm2 start", "stop": "pm2 stop qwilight-fe" diff --git a/taehui-fe/package.json b/taehui-fe/package.json index 14d392e..cf8e446 100644 --- a/taehui-fe/package.json +++ b/taehui-fe/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "scripts": { - "dev": "next dev -p 3001", + "dev": "next dev", "build": "next build", - "start": "next start -p 3001", + "start": "next start", "lint": "next lint", "pm2": "pm2 start", "stop": "pm2 stop taehui-fe"