edh-elo/basic-run.sh
2024-01-26 22:53:56 -08:00

6 lines
85 B
Bash
Executable File

#!/usr/bin/env bash
# Idempotent
source .venv/bin/activate
uvicorn app:app --reload