uv sync
# dev uv run uvicorn app.main:app --host 0.0.0.0 --port 5001 --reload # prod uv run uvicorn app.main:app --host 0.0.0.0 --port 5001