mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: generate the pb files using build.rs
This commit is contained in:
5
frontend/rust-lib/flowy-net/build.rs
Normal file
5
frontend/rust-lib/flowy-net/build.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use lib_infra::pb;
|
||||
|
||||
fn main() {
|
||||
pb::gen("flowy-net", "./src/protobuf/proto");
|
||||
}
|
Reference in New Issue
Block a user