Skip to content

Commit e327aad

Browse files
fix: correct silent type (#47)
* fix: correct silent type * fix: correct type for `silent` option --------- Co-authored-by: yuyinws <[email protected]>
1 parent b6708da commit e327aad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/types.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ export interface Options {
7979
/**
8080
* Whether to print plugin server url to the console.
8181
*
82-
* Set it to `false` to disable.
8382
*
84-
* @defaultValue true
83+
* @defaultValue false
8584
*/
86-
silent?: false
85+
silent?: boolean
8786
}
8887

8988
export interface GenContext {

0 commit comments

Comments
 (0)