mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 16:47:26 +02:00
feat(v2): add ability disable to open page in browser when start command (#1856)
* feat(v2): add ability disable to open page in browser when start command * Replace disable-open-browser with no-open * Fixes
This commit is contained in:
parent
9eb05d8711
commit
e408d72d26
5 changed files with 7 additions and 2 deletions
|
@ -48,6 +48,7 @@ Builds and serves the static site with [Webpack Dev Server](https://webpack.js.o
|
|||
|`--port`|`3000`|Specifies the port of the dev server|
|
||||
|`--host`|`localhost`|Specify a host to use. E.g., if you want your server to be accessible externally, you can use `--host 0.0.0.0`|
|
||||
|`--hot-only`|`false`|Enables Hot Module Replacement without page refresh as fallback in case of build failures. More information [here](https://webpack.js.org/configuration/dev-server/#devserverhotonly).|
|
||||
|`--no-open`|`false`|Do not open automatically the page in the browser.|
|
||||
|
||||
### `docusaurus build`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue