diff --git a/packages/main/index.ts b/packages/main/index.ts index 6583225..4e63dc3 100644 --- a/packages/main/index.ts +++ b/packages/main/index.ts @@ -32,7 +32,7 @@ async function createWindow() { const url = `http://${process.env['VITE_DEV_SERVER_HOST']}:${process.env['VITE_DEV_SERVER_PORT']}` win.loadURL(url) - win.webContents.openDevTools() + // win.webContents.openDevTools() } // Test active push message to Renderer-process