diff --git a/packages/main/index.ts b/packages/main/index.ts index d382b75..fc416b8 100644 --- a/packages/main/index.ts +++ b/packages/main/index.ts @@ -33,7 +33,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