Add start:debug command to enable dev with electron debug

This commit is contained in:
TC
2021-05-07 22:29:21 +02:00
parent 250940d083
commit 3fb08d27c7

View File

@ -42,6 +42,7 @@
"scripts": {
"test": "jest",
"start": "electron .",
"start:debug": "ELECTRON_ENABLE_LOGGING=1 electron .",
"icon": "rimraf assets/generated && electron-icon-maker --input=assets/youtube-music.png --output=assets/generated",
"generate:package": "node utils/generate-package-json.js",
"postinstall": "yarn run icon && yarn run plugins",