Skip to content

Commit

Permalink
fix: ensure server.host is passed in preview-mode (fix #5387) (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 22, 2021
1 parent 9af4f7c commit 61b4b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/cli.ts
Expand Up @@ -239,6 +239,7 @@ cli
configFile: options.config,
logLevel: options.logLevel,
server: {
host: options.host,
open: options.open,
strictPort: options.strictPort,
https: options.https
Expand Down

0 comments on commit 61b4b39

Please sign in to comment.