Expand description
Development mode command with file watching
Provides hot reload functionality for .toml.tera template files,
enabling instant feedback (<3s) when developers save changes.
Core Team Compliance:
- ✅ Async functions for I/O operations
- ✅ Proper error handling with CleanroomError
- ✅ No unwrap() or expect() calls
- ✅ Use tracing for structured logging
Re-exports§
pub use crate::watch::WatchConfig as DevConfig;
Structs§
- DevWatcher
- Re-export for compatibility
Functions§
- run_
dev_ mode - Legacy function for backward compatibility
- run_
dev_ mode_ with_ filters - Run development mode with file watching and optional filtering/timeboxing