mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
950f72d4e8
commit
f54d2ded5c
26 changed files with 361 additions and 166 deletions
|
|
@ -86,9 +86,14 @@ const color = (hex, text) => {
|
|||
|
||||
// bootstrap
|
||||
logPrefix(color('#eab308', '[vite] '))
|
||||
console.log('building renderer')
|
||||
const server = await createServer({
|
||||
configFile: 'packages/renderer/vite.config.ts',
|
||||
})
|
||||
await server.listen()
|
||||
|
||||
console.log('building preload')
|
||||
await watchPreload(server)
|
||||
|
||||
console.log('building main')
|
||||
await watchMain(server)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue