12 行
270 B
JSON
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
|
|
}
|
|
]
|
|
}
|