Skip to content

Commit

Permalink
Update localhost URL to use port 4000 instead of 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed May 20, 2024
1 parent 0baaa96 commit 2a4fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pnpm dev
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Open [http://localhost:4000](http://localhost:4000) with your browser to see the result.

You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.

Expand Down

0 comments on commit 2a4fbe1

Please sign in to comment.