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