mirror of
https://github.com/VaalaCat/frp-panel.git
synced 2025-12-24 11:51:06 +08:00
4 lines
215 B
Bash
Executable File
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 .. |