Very likely the result of the frequent killing/restarting of opendeck I'm doing as part of figuring out how to write a plugin, but I now have things in a state where attempting to start opendeck fails with:
[2026-01-12][00:06:06][panic][ERROR] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }': src/plugins/mod.rs:433```
even `apt remove` / `apt install` doesn't correct the issue. Any hints what this missing file that `mod.rs` is looking for or how I can get it back?