„.vscode/launch.json“ ändern
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user