刘涛 8c0a5f489d Initial commit: hulai admin API backend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:01:23 +08:00

12 行
270 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "hulai-admin-api (FastAPI 后端)",
"runtimeExecutable": "venv/bin/uvicorn",
"runtimeArgs": ["app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"],
"port": 8000
}
]
}