We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd67cef commit 25ae5f0Copy full SHA for 25ae5f0
electron/Main.ts
@@ -8,9 +8,12 @@ import path from 'path';
8
// Declare variable to be used as the application window
9
let win: Electron.BrowserWindow;
10
11
+app.commandLine.appendSwitch('remote-debugging-port', '9222');
12
+
13
/**
14
* @desc createWindow sets up the environment of the window (dimensions, port, initial settings)
15
*/
16
17
const createWindow = () => {
18
win = new BrowserWindow({
19
width: 1920,
0 commit comments