RECORDGOD/.claude/launch.json
2026-06-21 21:29:55 +10:00

12 lines
215 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "recordgod",
"runtimeExecutable": ".venv/bin/uvicorn",
"runtimeArgs": ["app.main:app", "--port", "8010"],
"port": 8010
}
]
}