Skip to content

Commit

Permalink
fix(cli): pass mode to optimize command (#12776)
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonR committed Apr 7, 2023
1 parent ddefc06 commit da38ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/cli.ts
Expand Up @@ -276,6 +276,7 @@ cli
base: options.base,
configFile: options.config,
logLevel: options.logLevel,
mode: options.mode,
},
'serve',
)
Expand Down

0 comments on commit da38ad8

Please sign in to comment.