-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support --open with url string #9573
Conversation
🦋 Changeset detectedLatest commit: 0e1b539 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
We should probably double-check with @withastro/maintainers-docs, however, the PR is fine with me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍼 suggestion, @bluwy! Thanks for adding this!
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Changes
close #8192
Supports passing a url string to
server.open
and--open
to open a specific URL in the browser on dev startup.Testing
Tested manually with the basic example. e.g.
pnpm dev --open /test
Docs
Updated the JSDoc for
server.open
.Might need to also update: https://docs.astro.build/en/reference/cli-reference/#--open
server.open
seems to not be documented, but probably should: https://docs.astro.build/en/reference/configuration-reference/#server-options (Fixed by adding a missing@docs
jsdoc tag)