Files
appRobotDriver/.vscode/launch.json
2026-04-03 18:40:55 +02:00

16 lines
334 B
JSON

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