diff --git a/electron/main/index.ts b/electron/main/index.ts index 2114d75..bab5a59 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -52,7 +52,7 @@ async function createWindow() { }, }) - if (process.env.VITE_DEV_SERVER_URL) { // #298 + if (process.env.VITE_DEV_SERVER_URL) { // electron-vite-vue#298 win.loadURL(url) // Open devTool if the app is not packaged win.webContents.openDevTools()