refactor proto files + added metrics token
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
This commit is contained in:
@@ -8,8 +8,13 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.build_server(false)
|
||||
.build_client(true)
|
||||
.compile_protos(
|
||||
&["../AobaServer/Proto/Aoba.proto", "../AobaServer/Proto/Auth.proto"],
|
||||
&["../AobaServer/Proto/"],
|
||||
&[
|
||||
"../AobaServer/Proto/Aoba.proto",
|
||||
"../AobaServer/Proto/Auth.proto",
|
||||
"../AobaServer/Proto/Metrics.proto",
|
||||
"../AobaServer/Proto/Types.proto",
|
||||
],
|
||||
&["../AobaServer/"],
|
||||
)?;
|
||||
forward_env();
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user