checkfuehrung: mehrere Einträge pro Tag behandeln

This commit is contained in:
rxf
2026-03-01 16:25:05 +01:00
parent ede0cce8ba
commit a8f29717b4
3 changed files with 62 additions and 19 deletions

9
.vscode/launch.json vendored
View File

@@ -37,6 +37,15 @@
"pathMappings": {
"/var/www/html": "${workspaceFolder}/sternwarte"
}
},
{
"name": "Debug checkfuehrung.js",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/sternwarte/checkfuehrung/checkfuehrung.js",
"args": ["-d", "2"],
"cwd": "${workspaceFolder}/sternwarte/checkfuehrung",
"console": "integratedTerminal"
}
]
}