skirda-backend/.vscode/launch.json

12 lines
260 B
JSON
Raw Permalink Normal View History

2022-08-24 12:08:22 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node Functions",
"type": "node",
"request": "attach",
"port": 9229,
"preLaunchTask": "func: host start"
}
]
}