diff options
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 522a4a5..d730940 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": {"appId": "com.0negal.viper"}, "scripts": { "start": "npx electron src/index.js", + "debug": "npx electron src/index.js --debug", "build": "npx electron-builder --win nsis --linux appimage" }, "repository": { |