Skip to content

Commit

Permalink
Add more debug options
Browse files Browse the repository at this point in the history
will work after electron/electron#39344 is released
  • Loading branch information
hovancik committed Aug 3, 2023
1 parent 25efedd commit 4484843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"start": "electron ./app",
"dev": "cross-env NODE_ENV=development electron ./app --enable-logging --remote-debugging-port=9222",
"dev": "cross-env NODE_ENV=development electron ./app --trace-warnings --trace-deprecation --enable-logging --remote-debugging-port=9222",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder build --dir",
"dist": "electron-builder build --x64 --ia32",
Expand Down

0 comments on commit 4484843

Please sign in to comment.