build.rs 113 B

12345
  1. use lib_infra::code_gen;
  2. fn main() {
  3. code_gen::protobuf_file::gen("flowy-error", "./src/protobuf/proto");
  4. }