전송 메시지 rtc 로 변경

This commit is contained in:
2025-10-22 14:57:49 +09:00
parent c5e32808f4
commit 08f6c8900d
2 changed files with 81 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ function createWindow() {
sandbox: false
}
});
win.webContents.openDevTools();
// win.webContents.openDevTools();
if (app.isPackaged) {
win.loadFile(path.join(__dirname, 'frontend/dist/index.html'));