Skip to content

Commit

Permalink
Change ports for dev modus
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaswitek committed Jun 13, 2018
1 parent e26bcda commit 5d73844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^16.3.1"
},
"scripts": {
"dev": "next",
"dev": "next -p 4002",
"build": "next build",
"start": "next start -p 4002"
},
Expand Down
2 changes: 1 addition & 1 deletion catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^16.3.1"
},
"scripts": {
"dev": "next",
"dev": "next -p 4001",
"build": "next build",
"start": "next start -p 4001"
},
Expand Down

0 comments on commit 5d73844

Please sign in to comment.