#!/usr/bin/env bash set -euo pipefail python tools/generate_tasks.py exec uvicorn server.app:app --host 0.0.0.0 --port 7860