We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5768c20 commit 297e1f7Copy full SHA for 297e1f7
src/main.re
@@ -12,6 +12,7 @@ let createWindow = () => {
12
let win = Electron.BrowserWindow.mk();
13
winRef := Some(win);
14
win##loadURL("http://localhost:54380/");
15
+ win##webContents##openDevTools ();
16
win##on(
17
"closed",
18
() => {
0 commit comments