* fix: optimize api server startup * fix: update startup command to handle multiple editions * fix: move collectstatic command to entrypoint script for improved Docker setup * fix: collect static to startup script --------- Co-authored-by: Pratapa Lakshmi <[email protected]>
* chore: add static files collection and update settings for static files support * chore: add WhiteNoise middleware for static file handling * chore(deps): upgrade WhiteNoise to version 6.11.0 and add static file reverse proxy in Caddyfile