guzhi/run.sh
2023-08-15 16:09:22 +08:00

3 lines
63 B
Bash

#!/bin/zsh
uvicorn app:app --reload --host 0.0.0.0 --port 9999