fix(core): Fixed website watch mode execution method

This commit is contained in:
2024-12-09 02:44:35 +01:00
parent d4414638b6
commit 98a16dd181
5 changed files with 26 additions and 17 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-12-09 - 2.0.35 - fix(core)
Fixed website watch mode execution method
- Replaced direct shell command execution with SmartExecution instance for website mode.
- Updated dependency version for @push.rocks/smartshell to ^3.1.0.
## 2024-12-04 - 2.0.34 - fix(TsWatch)
Fix reloading issue for tsfolder changes in element mode.