Skip to content

Commit

Permalink
chore: use shorthand syntax (#4872)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyi98 committed Sep 7, 2021
1 parent 794f5db commit fbd143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Expand Up @@ -338,7 +338,7 @@ export async function createServer(
let exitProcess: () => void

const server: ViteDevServer = {
config: config,
config,
middlewares,
get app() {
config.logger.warn(
Expand Down

0 comments on commit fbd143a

Please sign in to comment.