Files
AidsMonitoring/.claude/launch.json
T

12 lines
227 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "lh-preview",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "7722", "--directory", "C:\\Temp"],
"port": 7722
}
]
}