libredirect/.vscode/launch.json

13 lines
405 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"name": "Launch server.js via nodemon",
"type": "node",
"request": "run",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "start",
"runtimeArgs": [
"--debug=5858"
]
}