start.sh 70 B

1234
  1. #!/usr/bin/env bash
  2. # Start the FastAPI app
  3. uvicorn main:app --reload