We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b5e37 commit be8b8a0Copy full SHA for be8b8a0
scripts/watch.mjs
@@ -43,6 +43,7 @@ function watchMain(server) {
43
}
44
45
electronProcess = spawn(electron, ['.'], { env })
46
+ // https://github.com/electron-vite/electron-vite-vue/pull/129
47
electronProcess.on('exit', process.exit)
48
electronProcess.stdout.on('data', (data) => {
49
const str = data.toString().trim()
0 commit comments