Skip to content

Commit

Permalink
Use different port for the example app
Browse files Browse the repository at this point in the history
3000 is already used for the dev app so this
allows running those two simultaneously.
  • Loading branch information
blomqma committed Dec 9, 2022
1 parent f84af1a commit 00bf560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit"
Expand Down

0 comments on commit 00bf560

Please sign in to comment.