Rename index.js to start.js
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index ede98f772692ee0fff06e22746e3df58dbfd5023..4f915714861392de05cf95b92e1a5cb5b05b7950 100644 (file)
@@ -13,7 +13,8 @@
             "runtimeArgs": [
                 "run-script", "start:debug"
             ],
-            "port": 9229
+            "port": 9229,
+            "stopOnEntry": true
         }
     ]
-}
\ No newline at end of file
+}