Skip to content

Commit

Permalink
refactor: remove preview from this options
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Nov 11, 2024
1 parent 1b40983 commit ccbf62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/config/mergeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export function initialCliOptions(options: any): any {
watch: !!watch,
root: options.root,
server: options.server,
preview: options.preview,
clearScreen: !!options.clearScreen,
configFile: options.configFile,
...(mode && { mode })
Expand Down

0 comments on commit ccbf62d

Please sign in to comment.