Wieder anfassen nach Monaten

This commit is contained in:
chk
2026-06-06 17:14:11 +02:00
parent 87557db09b
commit 263e9b4565
16 changed files with 705 additions and 0 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "portal-static",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "8099", "--directory", "public"],
"port": 8099
}
]
}