refactor: using tauri http client
This commit is contained in:
@@ -108,6 +108,7 @@ pub fn run() {
|
||||
let watcher_state = Arc::new(Mutex::new(WatcherState::new()));
|
||||
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_http::init())
|
||||
.plugin(tauri_plugin_dialog::init())
|
||||
.plugin(tauri_plugin_opener::init())
|
||||
.manage(watcher_state)
|
||||
|
||||
Reference in New Issue
Block a user