chore: web and tauri project (#4996)

* chore: web and tauri project

fix: clippy

* fix: update version
This commit is contained in:
Kilu.He
2024-04-03 19:25:54 +08:00
committed by GitHub
parent 046e0bac36
commit c97ece5e81
197 changed files with 21085 additions and 16 deletions

View File

@ -13,5 +13,11 @@ fn main() {
env!("CARGO_PKG_NAME"),
flowy_codegen::Project::Tauri,
);
flowy_codegen::ts_event::gen(env!("CARGO_PKG_NAME"), flowy_codegen::Project::TauriApp);
flowy_codegen::protobuf_file::ts_gen(
env!("CARGO_PKG_NAME"),
env!("CARGO_PKG_NAME"),
flowy_codegen::Project::TauriApp,
);
}
}