Rest/Main.rs
1#[tokio::main]
2async fn main() {
3 // [Boot] [Telemetry] Bring up shared dual-pipe (PostHog + OTLP). No-op
4 // in release builds and when `Capture=false`.
5 CommonLibrary::Telemetry::Initialize::Fn(CommonLibrary::Telemetry::Tier::Tier::Rest).await;
6
7 (Library::Struct::Binary::Command::Struct::Fn().Fn)().await
8}