port konfigurierbar

This commit is contained in:
ChK
2026-04-03 18:40:55 +02:00
parent a9fc78305c
commit 71d04271db
4 changed files with 97 additions and 4 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"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
}
]
}