I have a Django app that is deployed to Heroku with daphne.
I would like to replace daphne with uvicorn, so I changed my Procfile to the following:
web: b