litestar-pg-redis-docker
litestar-pg-redis-docker copied to clipboard
Enhancement: mount the SAQ UI
SAQ has a UI which is an aiohttp Application object. Unfortunately these are not asgi apps: https://github.com/aio-libs/aiohttp/issues/2902
There is https://github.com/mosquito/aiohttp-asgi, or might need an alternate implementation of the UI that could be delivered as a starlite application config plugin.