nezha/script/bootstrap.sh

4 lines
191 B
Bash
Raw Normal View History

2024-10-19 12:09:16 -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