mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
5 lines
93 B
Rust
5 lines
93 B
Rust
use lib_infra::pb_gen;
|
|
|
|
fn main() {
|
|
pb_gen::gen("error-code", "./src/protobuf/proto");
|
|
}
|