Skip to content

Commit

Permalink
chore: update all apps dev ports
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Nov 13, 2024
1 parent f7814c0 commit ff5daca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/claim-vesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3002",
"check-types": "tsc --noEmit",
"start": "next start"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/create-vesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3004",
"check-types": "tsc --noEmit",
"start": "next start"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/deposit-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3001",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix"
Expand Down
2 changes: 1 addition & 1 deletion apps/withdraw-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --port 3003",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix"
Expand Down

0 comments on commit ff5daca

Please sign in to comment.