Skip to content

Commit 25ae5f0

Browse files
Eisha KaushalEisha Kaushal
authored andcommitted
frontend docker metric processing
1 parent dd67cef commit 25ae5f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

electron/Main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ import path from 'path';
88
// Declare variable to be used as the application window
99
let win: Electron.BrowserWindow;
1010

11+
app.commandLine.appendSwitch('remote-debugging-port', '9222');
12+
1113
/**
1214
* @desc createWindow sets up the environment of the window (dimensions, port, initial settings)
1315
*/
16+
1417
const createWindow = () => {
1518
win = new BrowserWindow({
1619
width: 1920,

0 commit comments

Comments
 (0)