Skip to content

Commit 958b952

Browse files
authored
docs: fix: Change port to 3000 after setting PORT=3000 (#2828)
1 parent e6a5a5f commit 958b952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/latest/getting-started/running-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Combining all of this we get the following `deno run` command:
5454
$ deno run --allow-net --allow-read --allow-env --allow-run --watch=static/,routes/ main.ts
5555
Watcher Process started.
5656
🍋 Fresh ready
57-
Local: http://localhost:8000
57+
Local: http://localhost:3000
5858
```
5959

60-
If you now visit http://localhost:8000, you can see the running project. Try
60+
If you now visit http://localhost:3000, you can see the running project. Try
6161
change some of the text in `routes/index.tsx` and see how the page updates
6262
automatically when you save the file.
6363

0 commit comments

Comments
 (0)