mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: separate proto file from src folder
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
|
||||
proto_crates = ["src/errors.rs",]
|
||||
proto_output_dir = "resources/proto"
|
||||
protobuf_crate_path = "src/protobuf"
|
||||
event_files = []
|
@ -1,5 +1,5 @@
|
||||
use lib_infra::code_gen;
|
||||
|
||||
fn main() {
|
||||
code_gen::protobuf_file::gen("flowy-error", "./src/protobuf/proto");
|
||||
code_gen::protobuf_file::gen("flowy-error");
|
||||
}
|
||||
|
Reference in New Issue
Block a user