Files
ViGent2/run_backend.sh
Kevin Wong c918dc6faf 更新
2026-01-23 18:09:12 +08:00

5 lines
134 B
Bash

#!/bin/bash
# 启动 ViGent2 后端 (FastAPI)
cd "$(dirname "$0")/backend"
./venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8006