fix(utilityservers): enable file watching whenever a static serve directory is configured
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-23 - 8.4.4 - fix(utilityservers)
|
||||
enable file watching whenever a static serve directory is configured
|
||||
|
||||
- Decouples directory watching from live-reload injection so watched static assets can update even when reload script injection is disabled.
|
||||
- Changes UtilityWebsiteServer to set watch based solely on the presence of serveDir.
|
||||
|
||||
## 2026-03-23 - 8.4.3 - fix(websiteserver)
|
||||
only enable file watching when reload injection is active
|
||||
|
||||
|
||||
Reference in New Issue
Block a user