edh-elo/basic-run.sh
2024-03-01 21:35:06 -08:00

6 lines
126 B
Bash
Executable File

#!/usr/bin/env bash
# Idempotent
source .venv/bin/activate
uvicorn app:app --reload --log-config ./local-run-log-config.yaml