Module watcher

Module watcher 

Source
Expand description

File system watcher with debouncing for development mode.

Watches the entire project directory and filters changes to relevant files, ignoring node_modules, build artifacts, and other configured patterns.

Structs§

FileWatcher
File watcher with debouncing and filtering.

Enums§

FileChange
File change event type.