hPiBot openclaw ve Opencode ilk versiyonu[B

This commit is contained in:
2026-03-04 05:17:51 +03:00
commit d49edbfba3
75 changed files with 42117 additions and 0 deletions

9
stop-dev.bat Normal file
View File

@@ -0,0 +1,9 @@
@echo off
echo HMarket Development Server Durduruluyor...
echo.
REM Node.js işlemlerini durdur
taskkill /f /im node.exe 2>nul
echo Tüm Node.js işlemleri durduruldu.
echo.