did more restructuring. This feels better I think, the appstate file is

still freaking huge, but is what it is I suppose.
This commit is contained in:
2026-09-03 17:09:29 -05:00
parent 3903db6a69
commit 5eece1b4bf
3 changed files with 2555 additions and 2538 deletions
+2550
View File
File diff suppressed because it is too large Load Diff
+4 -2537
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@ use std::{env, path::PathBuf, process::exit};
use sysinfo::*; use sysinfo::*;
use tetanus::funcs::*; use tetanus::funcs::*;
use tetanus::server::start_server; use tetanus::server::start_server;
use tetanus::{AppState, server}; use tetanus::{appstate::AppState, server};
mod install; mod install;