Skip to content

Commit

Permalink
devtools debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik-hi committed Feb 1, 2022
1 parent 7363d69 commit daa996b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function createWindow() {
contextIsolation: true, // protect against prototype pollution
enableRemoteModule: false, // turn off remote
preload: __dirname + '/preload.js',
devTools: false,
devTools: true,
sandbox: true,
},
title: 'Digit',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:forge": "electron-forge start",
"package": "electron-forge package",
"make": "ng build --base-href ./ && electron-forge make",
"publish": "electron-forge publish"
"publish": "ng build --base-href ./ && electron-forge publish"
},
"build": {
"asar": true
Expand Down

0 comments on commit daa996b

Please sign in to comment.