Updated open-browser task URl to include the path of introduction page to save some time by avoiding the need to Click get started button on home

This commit is contained in:
ShadowArcanist
2025-09-05 15:39:26 +05:30
parent 584a8203f7
commit 6ad47c1e2b
+1 -1
View File
@@ -117,7 +117,7 @@ tasks:
- |
bash -c '
PORT="$1"
URL="http://localhost:${PORT}/docs/"
URL="http://localhost:${PORT}/docs/get-started/introduction"
if command -v open >/dev/null 2>&1; then
open "$URL"
elif command -v xdg-open >/dev/null 2>&1; then