nezha/script/bootstrap.sh

4 lines
201 B
Bash
Raw Normal View History

2024-10-20 02:05:43 -04:00
swag init --pd -d . -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