inspector-config.json 176 B

123456789
  1. // node-inspector --config ./inspector-config.json & node --debug app.js
  2. {
  3. "webPort": 8080,
  4. "webHost": null,
  5. "debugPort": 5858,
  6. "saveLiveEdit": true,
  7. "hidden": []
  8. }