nezha/script/bootstrap.sh

4 lines
187 B
Bash
Raw Normal View History

2024-10-19 11:14:53 -04:00
swag init -g cmd/dashboard/main.go -o cmd/dashboard/docs
protoc --go-grpc_out="require_unimplemented_servers=false:." --go_out="." proto/*.proto
rm -rf ../agent/proto
cp -r proto ../agent