feature/nginx-handler #6

Merged
GW_MC merged 29 commits from feature/nginx-handler into master 2026-06-19 19:13:17 +08:00
Showing only changes of commit 4376167d74 - Show all commits

View File

@@ -4,6 +4,7 @@ fn main() -> Result<()> {
tonic_prost_build::configure()
.build_server(true)
.build_client(true)
.protoc_arg("--experimental_allow_proto3_optional")
.compile_protos(&["proto/agent.proto"], &["proto"])?;
Ok(())
}