Skip to content

Commit ffe6fc6

Browse files
committed
chore: comments
1 parent 2512ad1 commit ffe6fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/main/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function createWindow() {
5252
},
5353
})
5454

55-
if (process.env.VITE_DEV_SERVER_URL) { // #298
55+
if (process.env.VITE_DEV_SERVER_URL) { // electron-vite-vue#298
5656
win.loadURL(url)
5757
// Open devTool if the app is not packaged
5858
win.webContents.openDevTools()

0 commit comments

Comments
 (0)