Module dev

Module dev 

Source
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