anpassungen

This commit is contained in:
ChK
2026-04-22 12:17:07 +02:00
parent a634998555
commit 0ba25e10ee
6 changed files with 71 additions and 29 deletions

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

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