Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
feat(debug): support devtools to debug the server
Browse files Browse the repository at this point in the history
After executing "npm run debug", you can copy and paste the link displayed (like "chrome-devtools://devtools/...") in the browser.
  • Loading branch information
albertosantini authored Nov 4, 2016
1 parent b27c857 commit 417913d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"scripts": {
"test": "npm run lint && npm run karma && npm run snyk",
"start": "node src/server/app.js",
"debug": "node --inspect src/server/app.js",
"electron": "electron .",
"lint": "eslint main.js karma.conf.js src/**/*.js",
"karma": "karma start --single-run",
Expand Down

0 comments on commit 417913d

Please sign in to comment.