Attribute Macro perseus::main_export
source · [−]#[main_export]Expand description
This is identical to #[main], except it doesn’t require a server integration, because it sets your app up for exporting only. This is useful for
apps not using server-requiring features (like incremental static generation and revalidation) that want to avoid bringing in another dependency on
the server-side.