From FastAPI 0.138.0, it can serve static frontend apps with app.frontend() (ref https://fastapi.tiangolo.com/tutorial/frontend/). We should look into this, it might be possible to serve both API and GUI with only one process, thus simplifying the start up process. CLI needs to be updated to support this as well.
From FastAPI 0.138.0, it can serve static frontend apps with
app.frontend()(ref https://fastapi.tiangolo.com/tutorial/frontend/). We should look into this, it might be possible to serve both API and GUI with only one process, thus simplifying the start up process. CLI needs to be updated to support this as well.