807c6ce 190a0c0 807c6ce
1
2
3
4
5
6
#!/bin/bash # 启动 FastAPI 应用 echo "Starting FastAPI..." uvicorn app:app --host 0.0.0.0 --port 8080 --reload