Skip to content
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

Expand devOptions.open documentation #3331

Merged
merged 2 commits into from Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/reference/configuration.md
Expand Up @@ -198,7 +198,8 @@ module.exports = {
**Type**: `string`
**Default**: `localhost`

The hostname that the dev server is running on. Snowpack uses this information to configure the HMR websocket and properly open your browser on startup (see: [`devOptions.open`](#devoptions.open)).
The hostname that the dev server is running on. Snowpack uses this information to configure the HMR websocket and properly open
your browser on startup (see: [`devOptions.open`](#devoptions.open)).

### devOptions.port

Expand Down Expand Up @@ -231,7 +232,7 @@ When using the Single-Page Application (SPA) pattern, this is the HTML "shell" f

Configures how the dev server opens in the browser when it starts.

Any installed browser, e.g., "chrome", "firefox", "brave". Set "none" to disable.
Any installed browser, e.g., "chrome", "firefox", "brave", or the path to a browser. Set "none" to disable.

### devOptions.output

Expand Down