Skip to content

Commit

Permalink
Setting nest example port to 4444
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 26, 2024
1 parent 59b8313 commit 91e7531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 4444",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit 91e7531

Please sign in to comment.