add debug config.

This commit is contained in:
Nawaz Dhandala
2022-02-15 17:59:54 +00:00
parent 33f364e656
commit 8fd6d516bb

8
.vscode/launch.json vendored
View File

@@ -3,7 +3,13 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
"configurations": [
{
"name": "Node.js - Debug Current File",
"type": "node",
"request": "launch",
"program": "${file}"
},
{
"address": "0.0.0.0",
"localRoot": "${workspaceFolder}/backend",