I'm setting up my NextJS+FastAPI SaaS
I'm setting up my NextJS+FastAPI SaaS using autumn-JS and autumn-py with ASGI. Seemingly there are some type mismatches between the two, like the ASGI endpoints are on some old types (missing products.properties).
Realistically how well supported is the autumnpy ASGI? Should I spin up a node backend just for the autumn endpoints?
Realistically how well supported is the autumnpy ASGI? Should I spin up a node backend just for the autumn endpoints?
