diff --git a/apps/withdraw-uni-v2/package.json b/apps/withdraw-uni-v2/package.json index b9ba814..7162941 100644 --- a/apps/withdraw-uni-v2/package.json +++ b/apps/withdraw-uni-v2/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "build": "next build", - "dev": "next dev", + "dev": "next dev --port 3005", "start": "next start", "lint": "eslint '**/*.{ts,tsx}'", "lint:fix": "eslint '**/*.{ts,tsx}' --fix"