From 883c4d8778b9fc0deca5b37f7a1b5c145edf957f Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 9 Aug 2023 13:47:03 -0700 Subject: Updates --- docs/guides/ecosystem/nextjs.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3