mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
- Updated @haexhub/sdk dependency from 1.9.7 to 1.9.10 - Imported HAEXTENSION_METHODS and HAEXTENSION_EVENTS from SDK - Updated all handler files to use new nested method constants - Updated extensionMessageHandler to route using constants - Changed application.open routing in web handler - All method names now use haextension:subject:action schema
9 lines
210 B
Rust
9 lines
210 B
Rust
mod generator;
|
|
|
|
fn main() {
|
|
generator::event_names::generate_event_names();
|
|
generator::table_names::generate_table_names();
|
|
generator::rust_types::generate_rust_types();
|
|
tauri_build::build();
|
|
}
|