General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m20s
Some checks failed
CI / checks (push) Failing after 4m20s
This commit is contained in:
parent
5f11d476b6
commit
62a8327239
122 changed files with 10187 additions and 5169 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