aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/nextjs.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/ecosystem/nextjs.md')
-rw-r--r--docs/guides/ecosystem/nextjs.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guides/ecosystem/nextjs.md b/docs/guides/ecosystem/nextjs.md
index b8b45ca59..a455eb23e 100644
--- a/docs/guides/ecosystem/nextjs.md
+++ b/docs/guides/ecosystem/nextjs.md
@@ -29,3 +29,7 @@ To start the dev server, run `bun run dev` from the project root.
$ cd my-app
$ bun run dev
```
+
+---
+
+Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Any changes you make to `pages/index.tsx` will be hot-reloaded in the browser.