//! Static and prerendered content serving.
//!
//! Serves prerendered HTML, static assets, homepage, and metadata files from
//! the web dist directory, falling back to the content repository when a page
//! is known but not prerendered. Re-exports the matcher
//! ([`StaticContentMatcher`]), the serving state ([`StaticContentState`]), and
//! the session helpers ([`SessionInfo`], [`ensure_session`]).
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use StaticContentMatcher;
pub use *;
pub use serve_homepage;
pub use ;
pub use ;