altchecker/.claude/launch.json

12 lines
196 B
JSON

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