mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7ce6f4fd9e
- Detect new subdirectory creation in the fsnotify event loop and add it to the watcher so files created inside trigger reload events - Handle cp -r case by checking if new directories already contain matching files and scheduling an immediate debounced reload - Add dirContainsMatchingFiles helper method - Add tests for both new-subdirectory and copy-with-existing-files cases