Files
commerce/.vscode/launch.json
2021-09-18 00:52:28 +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
}
]
}