You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ pnpm run dev
36
36
bun run dev
37
37
```
38
38
39
-
Open the browser, navigate to `http://localhost:5173`and you should see the app running.
39
+
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)
0 commit comments