fn main() -> Result<(), Box> { #[cfg(feature = "grpc")] tonic_prost_build::compile_protos("./proto/tei.proto")?; Ok(()) }