mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-30 03:10:43 +02:00
Websocket Support (#159)
This commit is contained in:
@@ -7,8 +7,9 @@ use tauri::{Manager, RunEvent, Runtime, State};
|
||||
pub mod error;
|
||||
pub mod events;
|
||||
pub mod manager;
|
||||
mod nodejs;
|
||||
pub mod plugin_handle;
|
||||
pub mod template_callback;
|
||||
mod nodejs;
|
||||
mod server_ws;
|
||||
mod util;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user