General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m20s

This commit is contained in:
Alex Emmet 2026-07-18 03:08:03 +02:00
commit 62a8327239
122 changed files with 10187 additions and 5169 deletions

View file

@ -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();
}