tuitio-client-react/.vscode/launch.json

12 lines
178 B
JSON
Raw Normal View History

{
2023-02-12 03:27:22 +02:00
"configurations": [
{
"name": "Attach",
"port": 9229,
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"type": "node"
}
]
}