Skip to content

Commit

Permalink
chore: add experimental flag to ws
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 3, 2024
1 parent cb4faae commit 6672fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export interface ServerOptions extends CommonServerOptions {
hmr?: HmrOptions | boolean
/**
* Do not start the websocket connection.
* @experimental
*/
ws?: false
/**
Expand Down

0 comments on commit 6672fd5

Please sign in to comment.