pub fn web_assets_available() -> bool
Returns true when the embedded apps/web/out/index.html is present.
true
apps/web/out/index.html
Used by AppState::web_assets_enabled() and the router to decide whether to wire up the SPA fallback handler.
AppState::web_assets_enabled()