Add support for mods (Probably)

This commit is contained in:
Ethan O'Brien
2026-06-06 15:09:39 -05:00
parent 463a271b14
commit e6e0477825
5 changed files with 115 additions and 10 deletions

View File

@@ -11,6 +11,6 @@ fn main() {
}
if !std::fs::exists("webui/index.html").unwrap_or(false) {
panic!("Could not compile crate! Missing webui! Did you pull submodules?");
panic!("Missing webui! Did you pull submodules?\nRun `git submodule update --init --recursive`");
}
}