chore: beautiful log

This commit is contained in:
草鞋没号 2022-01-30 08:27:44 +08:00
parent cd9a3c3dad
commit 04ae6c08ee

View File

@ -62,5 +62,9 @@ function watchPreload(server) {
const server = await createServer({ configFile: 'src/renderer/vite.config.ts' })
await server.listen()
console.log() // for beautiful log.
await watchPreload(server)
console.log()
await watchMain()