pub async fn build_app<M: MutableStore, T: TranslationsManager>(
    __arg0: BuildProps<'_, M, T>
) -> 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.