Ross Coundon
03/14/2021, 9:07 PMRoss Coundon
03/14/2021, 9:14 PM{
"type": "node",
"request": "launch",
"name": "Launch via NPM",
"runtimeExecutable": "npm",
"runtimeArgs": [
"start",
],
"port": 9229,
"skipFiles": [
"<node_internals>/**"
]
},
Jay
Frank