fn main() -> Result<(), Box> { tonic_build::compile_protos("proto/node.proto")?; tonic_build::compile_protos("proto/unit.proto")?; Ok(()) }