Expand description
Hot reload and debugging utilities for WaterUI CLI.
Re-exports§
pub use hot_reload::BuildManager;pub use hot_reload::DEFAULT_PORT;pub use hot_reload::HotReloadServer;
Modules§
- hot_
reload - Hot reload server for
WaterUICLI.
Structs§
- Crash
Report - Structured crash diagnostics captured while launching or monitoring an app.
- File
Watcher - Watches source files for changes and emits events.
- HotReload
Runner - Orchestrates hot reload: file watching, building, and broadcasting.
Enums§
- HotReload
Event - Events emitted by the hot reload runner.
Functions§
- find_
macos_ ips_ crash_ report_ since - Find the most recent macOS
.ipscrash report for a specific app run.