mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
5 lines
87 B
Rust
5 lines
87 B
Rust
use lib_infra::pb;
|
|
|
|
fn main() {
|
|
pb::gen_files("lib-ws", "./src/protobuf/proto");
|
|
}
|