Files
frp-panel/codegen.sh
2024-01-16 03:15:37 +00:00

4 lines
215 B
Bash
Executable File

#!/usr/bin/env /bin/bash
cd idl && protoc *.proto --go_out=. --go-grpc_out=. && cd ..
cd www && npx protoc --ts_out ./lib/pb -I ../idl --proto_path ../idl/common.proto ../idl/common.proto ../idl/api*.proto && cd ..