We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2512ad1 commit ffe6fc6Copy full SHA for ffe6fc6
electron/main/index.ts
@@ -52,7 +52,7 @@ async function createWindow() {
52
},
53
})
54
55
- if (process.env.VITE_DEV_SERVER_URL) { // #298
+ if (process.env.VITE_DEV_SERVER_URL) { // electron-vite-vue#298
56
win.loadURL(url)
57
// Open devTool if the app is not packaged
58
win.webContents.openDevTools()
0 commit comments