Enable uvicorn reloading of server on code changes
I really like auto-reloading the server when debugging.
This uses the existing FASTAPI_DEBUG env var and enables reloading of the FASTAPI server on code changes.
Laurian, would you make sure this plays nice with our deploy? If it looks good, please approve and hit the merge button.