I thought there would be an option like --chdir in Gunicorn but I didn't find one on the documentation, at first I thought that's what --root-path option is used for, turns out I was wrong.
Would also like to know if this is a thing. This would make deployments much easier.
Using PYTHONPATH maybe, if I understood correctly what you want?
No, something more like --chdir backend\src for deploying uvicorn
I am also looking for something like this. Could you help ?
I think we could probably accept a pull request adding that, yup.
Most helpful comment
Would also like to know if this is a thing. This would make deployments much easier.