aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-09 13:47:03 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-09 13:47:32 -0700
commit883c4d8778b9fc0deca5b37f7a1b5c145edf957f (patch)
treec157fe6cd0c861849524458d0b243954b93b231f /docs
parent8717303a80668e4043a9ae1586ff1d4d3b12ff00 (diff)
downloadbun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.tar.gz
bun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.tar.zst
bun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.zip
Updatesguides-3
Diffstat (limited to 'docs')
-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.