feat: add first page with auth and containers list and agents
This commit is contained in:
6
agent/build.rs
Normal file
6
agent/build.rs
Normal file
@ -0,0 +1,6 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.build_server(false)
|
||||
.compile_protos(&["../proto/agent/v1/agent.proto"], &["../proto"])?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user