We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae2850 commit cd23e1bCopy full SHA for cd23e1b
1 file changed
packages/uhk-agent/package.json
@@ -31,7 +31,7 @@
31
"uhk-usb": "file:../uhk-usb"
32
},
33
"scripts": {
34
- "start": "cross-env DEBUG=kboot*,mcumgr* electron ./dist/electron-main.js",
+ "start": "cross-env DEBUG=kboot*,mcumgr* NODE_OPTIONS=\"--enable-source-maps\" electron ./dist/electron-main.js",
35
"electron:spe": "electron ./dist/electron-main.js --spe",
36
"build": "webpack && npm run install:build-deps && npm run download-firmware && npm run copy-to-tmp-folder",
37
"clean": "rimraf ./node_modules ./dist",
0 commit comments