pub async fn handle_spa_fallback(
__arg0: State<AppState>,
uri: Uri,
) -> Response<Body>Expand description
SPA fallback: serve index.html for any non-API, non-static GET request.
Injects window.__ZEROCLAW_BASE__ so the frontend knows the path prefix.