wiseflow/core/scrips/start_backend.sh
2024-06-20 15:01:27 +08:00

5 lines
123 B
Bash

#!/bin/bash
set -o allexport
source ../.env
set +o allexport
exec uvicorn backend:app --reload --host localhost --port 8077