#!/usr/bin/env bash
set -e
source .venv/bin/activate
uvicorn app.main:app --reload --host 0.0.0.0 --port 3004