mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
3 lines
130 B
Bash
Executable File
3 lines
130 B
Bash
Executable File
protoc --go-grpc_out="require_unimplemented_servers=false:." --go_out="." proto/*.proto
|
|
rm -rf ../agent/proto
|
|
cp -r proto ../agent |