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