„.vscode/launch.json“ ändern

This commit is contained in:
2024-02-09 19:12:11 +00:00
parent 050f49077f
commit cbf9a1f090
+2 -1
View File
@@ -28,7 +28,8 @@
"--unhandled-rejections=strict", "--unhandled-rejections=strict",
"--nolazy" "--nolazy"
], ],
"program": "${workspaceFolder}/backend/src/index.ts" "program": "${workspaceFolder}/backend/src/index.ts",
"preLaunchTask": "Install Backend Dependencies"
}, },
{ {
"name": "Debug Frontend", "name": "Debug Frontend",