Files
commerce/.vscode/launch.json
2021-09-26 17:09:41 +03:00

13 lines
215 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to application",
"skipFiles": ["<node_internals>/**"],
"port": 9229
}
]
}