Add debug settings for express

This commit is contained in:
Manuel Thalmann 2022-12-14 09:28:41 +01:00
parent 4447d7e15b
commit 077c2bd38a
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -118,6 +118,13 @@
"pathMapping": {
"/": "${workspaceFolder:ConnectForce}/src"
}
},
{
"type": "node",
"request": "launch",
"name": "Launch Server",
"program": "${workspaceFolder:Server}/src/main.js",
"console": "integratedTerminal"
}
],
"compounds": []