Files
clientflow_backend/scripts/run_dev.sh
2026-06-09 22:55:58 +01:00

5 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
python -m uvicorn app.main:app --reload --host 127.0.0.1 --port 8000