diff options
author | 2023-08-09 13:47:03 -0700 | |
---|---|---|
committer | 2023-08-09 13:47:32 -0700 | |
commit | 883c4d8778b9fc0deca5b37f7a1b5c145edf957f (patch) | |
tree | c157fe6cd0c861849524458d0b243954b93b231f | |
parent | 8717303a80668e4043a9ae1586ff1d4d3b12ff00 (diff) | |
download | bun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.tar.gz bun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.tar.zst bun-883c4d8778b9fc0deca5b37f7a1b5c145edf957f.zip |
Updatesguides-3
-rw-r--r-- | docs/guides/ecosystem/nextjs.md | 4 |
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. |