Files
appRobotControl/.vscode/launch.json
2026-04-22 12:17:07 +02:00

16 lines
318 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node (Docker)",
"type": "node",
"request": "attach",
"address": "localhost",
"port": 9229,
"localRoot": "${workspaceFolder}",
"remoteRoot": "/app",
"restart": true,
"timeout": 10000
}
]
}