Wieder anfassen nach Monaten
This commit is contained in:
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "portal-static",
|
||||
"runtimeExecutable": "python",
|
||||
"runtimeArgs": ["-m", "http.server", "8099", "--directory", "public"],
|
||||
"port": 8099
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user