This repository has been archived on 2023-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
black-cat/.vscode/launch.json
2022-12-09 17:12:17 -06:00

12 lines
212 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Node: Nodemon",
"processId": "${command:PickProcess}",
"restart": true,
}
]
}