Fix remote transaction start.
[e-mobility-charging-stations-simulator.git] / package.json
index f83a76f895a88f3084d3196b31164609313a9eaa..6b9ffdc4cca2272dc405203ab99f2775175be210 100644 (file)
@@ -20,7 +20,7 @@
   "main": "src/index.js",
   "scripts": {
     "start": "node src/index.js",
-    "start:debug": "node --inspect-brk src/index.js",
+    "start:debug": "node --inspect src/index.js",
     "start:prof": "node --prof src/index.js",
     "start:doctorprof": "clinic doctor -- node src/index.js",
     "start:flameprof": "clinic flame -- node src/index.js",