File size: 95 Bytes
4d92cd5
 
1
2
3
# Procfile for Render/Heroku
web: uvicorn backend.main:app --host 0.0.0.0 --port ${PORT:-8000}