News

When running Uvicorn with hot reload, I need it to detect changes to my .env file, but the --reload-include=.env flag doesn't work as expected. It seems the .env file is still being excluded by ...