Make the build app self contained.
[e-mobility-charging-stations-simulator.git] / .vscode / launch.json
index 046c824677525fab70737a385d5ceb1535523374..8c879c6e4f77d876ccfbf85511fcdd93db9dbf85 100644 (file)
@@ -9,10 +9,11 @@
       "request": "launch",
       "name": "Debug Program via npm",
       "cwd": "${workspaceFolder}",
+      "preLaunchTask": "Build",
       "runtimeExecutable": "npm",
       "runtimeArgs": [
         "run-script",
-        "start:dev:debug"
+        "start:debug"
       ],
       "skipFiles": [
         "<node_internals>/**"