From 5fe82d8d45e87c1d35000fc61ff966b0620e0ae5 Mon Sep 17 00:00:00 2001 From: Hashir Date: Wed, 13 Aug 2025 20:30:19 +0530 Subject: [PATCH] fix(docs): clarify dev server URL for templates --- docs/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 44f59029..1f08abd2 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -36,7 +36,7 @@ pnpm run dev bun run dev ``` -Open the browser, navigate to `http://localhost:5173` and you should see the app running. +Open the browser and navigate to the development server URL shown in your terminal (for example, `http://localhost:5173` for Vite or `http://localhost:3000` for Next.js) ## Example Datasets