mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 20:46:58 +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
1
packages/docusaurus-types/src/index.d.ts
vendored
1
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -49,6 +49,7 @@ export interface StartCLIOptions {
|
|||
port: string;
|
||||
host: string;
|
||||
hotOnly: boolean;
|
||||
open: boolean;
|
||||
}
|
||||
|
||||
export interface BuildCLIOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue