Add polling-based file watching

Remove notify and update otel creates
This commit is contained in:
Cameron
2025-12-22 22:54:19 -05:00
parent df94010d21
commit 47d3ad7222
5 changed files with 267 additions and 272 deletions

View File

@@ -14,9 +14,9 @@ pub mod otel;
pub mod service;
pub mod state;
pub mod tags;
pub mod video;
#[cfg(test)]
pub mod testhelpers;
pub mod video;
// Re-export commonly used types
pub use data::{Claims, ThumbnailRequest};