app2-api/.vscode/launch.json

14 lines
242 B
JSON
Raw Normal View History

2024-05-31 10:06:36 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Node: Nodemon",
"processId": "${command:PickProcess}",
"restart": true,
"protocol": "inspector"
}
]
}