We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33b17e commit 2740d39Copy full SHA for 2740d39
1 file changed
packages/desktop-electron/src/main/index.ts
@@ -74,6 +74,7 @@ setupApp()
74
function setupApp() {
75
ensureLoopbackNoProxy()
76
app.commandLine.appendSwitch("proxy-bypass-list", "<-loopback>")
77
+ if (!app.isPackaged) app.commandLine.appendSwitch("remote-debugging-port", "9222")
78
79
if (!app.requestSingleInstanceLock()) {
80
app.quit()
0 commit comments