We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a5a5f commit 958b952Copy full SHA for 958b952
docs/latest/getting-started/running-locally.md
@@ -54,10 +54,10 @@ Combining all of this we get the following `deno run` command:
54
$ deno run --allow-net --allow-read --allow-env --allow-run --watch=static/,routes/ main.ts
55
Watcher Process started.
56
🍋 Fresh ready
57
- Local: http://localhost:8000
+ Local: http://localhost:3000
58
```
59
60
-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
61
change some of the text in `routes/index.tsx` and see how the page updates
62
automatically when you save the file.
63
0 commit comments