Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner committed Mar 1, 2022
1 parent 5a19d11 commit e7a8afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default defineConfig(({ command, mode }) => {
` > network: ${chalk.cyan(`http://${ipAddress}${process.env.VITE_APP_BASE}`)}`
].join('\n');
// executed after vite log
setTimeout(()=> { console.log(template)}, 50)
setTimeout(()=> console.log(template), 50)
},
}))(),
],
Expand Down

0 comments on commit e7a8afb

Please sign in to comment.