Skip to content

Enable uvicorn reloading of server on code changes

James Vasile requested to merge enable-reload into main

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.

Merge request reports

Loading