3 lines
158 B
Bash
Executable File
3 lines
158 B
Bash
Executable File
protoc -I=$(pwd) --go_out=../../backend/pb/ --go_opt=paths=source_relative components.proto
|
|
protoc -I=$(pwd) --csharp_out=../../frontend/pb/ components.proto
|