Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 4, 2025
1 parent 4cdb527 commit ca41b14
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugin/src/core/resolvePluginOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ export function resolvePluginOptions({
priority,
build: build
? Object.assign(
{
serverPort: 8080,
dist: 'mockServer',
log: 'error',
},
typeof build === 'object' ? build : {},
)
{
serverPort: 8080,
dist: 'mockServer',
log: 'error',
},
typeof build === 'object' ? build : {},
)
: false,
proxies,
wsProxies,
Expand Down

0 comments on commit ca41b14

Please sign in to comment.