refactor lib.rs to work
This commit is contained in:
parent
4ab83071bc
commit
1f355a5d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ pub fn run() {
|
|||
env_logger::init();
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.invoke_handler(tauri::generate_handler![receive, send, serve])
|
||||
.invoke_handler(tauri::generate_handler![send, serve])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue