Skip to content

Commit

Permalink
docs: indicate default value for bindShortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmukuthu committed Aug 22, 2022
1 parent 00ba599 commit 4bbbc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface ServerOptions extends CommonServerOptions {
* Disable key bindings for the server by setting this to `false`. This can be
* useful if you need the `process.stdin` stream for another purpose.
*
* @default true
* @default true in CLI, `false` in programmatic usage
*/
bindShortcuts?: boolean
}
Expand Down

0 comments on commit 4bbbc3f

Please sign in to comment.