Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/latest/getting-started/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Combining all of this we get the following `deno run` command:
$ deno run --allow-net --allow-read --allow-env --allow-run --watch=static/,routes/ main.ts
Watcher Process started.
🍋 Fresh ready
Local: http://localhost:8000
Local: http://localhost:3000
```

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

Expand Down
Loading