Files
appServerPortalUI/.claude/launch.json
2026-06-06 17:14:11 +02:00

12 lines
228 B
JSON

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