Sync current dev state
Some checks failed
EasyStream Test Suite / test (pull_request) Has been cancelled
EasyStream Test Suite / code-quality (pull_request) Has been cancelled
EasyStream Test Suite / integration-test (pull_request) Has been cancelled

This commit is contained in:
SamiAhmed7777
2025-12-15 17:28:21 -08:00
parent 3bf64b1058
commit f0f346deb9
54 changed files with 11060 additions and 484 deletions

12
run-cd-watch.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo ========================================
echo EasyStream Continuous Delivery
echo File Watcher Mode
echo ========================================
echo.
echo Starting file watcher...
echo Changes will auto-commit and push to GitHub
echo Press Ctrl+C to stop
echo.
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0start-cd.ps1" watch
pause