modelbeast/.claude/launch.json
2026-07-12 21:05:22 +10:00

12 lines
261 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "modelbeast",
"runtimeExecutable": "/opt/homebrew/bin/uv",
"runtimeArgs": ["run", "uvicorn", "server.main:app", "--host", "0.0.0.0", "--port", "8777"],
"port": 8777
}
]
}