„.vscode/launch.json“ ändern

This commit is contained in:
2024-02-09 19:12:11 +00:00
parent 050f49077f
commit cbf9a1f090

5
.vscode/launch.json vendored
View File

@@ -28,8 +28,9 @@
"--unhandled-rejections=strict",
"--nolazy"
],
"program": "${workspaceFolder}/backend/src/index.ts"
},
"program": "${workspaceFolder}/backend/src/index.ts",
"preLaunchTask": "Install Backend Dependencies"
},
{
"name": "Debug Frontend",
"type": "chrome",