pub async fn export_app<T: TranslationsManager>(
    __arg0: ExportProps<'_, T>
) -> Result<(), ServerError>
Expand description

Exports your app to static files, which can be served from anywhere, without needing a server. This assumes that the app has already been built, and that no templates are using non-static features (which can be ensured by passing true as the last parameter to build_app).