dev-server.sh 63 B

12345
  1. #!/bin/bash
  2. set -e
  3. uvicorn app.main:app --reload --port 5014