#!/bin/bash

set -e

# For production deployment:
# gunicorn -k uvicorn.workers.UvicornWorker app:app

vs run app:app
