General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 5m18s
Some checks failed
CI / checks (push) Failing after 5m18s
This commit is contained in:
parent
5f11d476b6
commit
6e5c985719
122 changed files with 10309 additions and 5206 deletions
|
|
@ -1,4 +1,6 @@
|
|||
pub mod auth;
|
||||
pub mod client;
|
||||
pub mod client_pipe;
|
||||
pub mod config;
|
||||
pub mod crypto;
|
||||
pub mod error;
|
||||
|
|
@ -18,4 +20,5 @@ use wasm_bindgen::prelude::*;
|
|||
#[wasm_bindgen(start)]
|
||||
pub fn main() {
|
||||
console_error_panic_hook::set_once();
|
||||
logging::init_tracing();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue