Function perseus::build::build_app[][src]

pub async fn build_app(
    templates: &TemplateMap<SsrNode>,
    locales: &Locales,
    __arg2: (&ImmutableStore, &impl MutableStore),
    translations_manager: &impl TranslationsManager,
    exporting: bool
) -> Result<(), ServerError>
Expand description

Runs the build process of building many templates for the given locales data, building directly for all supported locales. This is fine because of how ridiculously fast builds are.