hMarket Trae ilk versiyon

This commit is contained in:
hOLOlu
2026-02-03 01:22:08 +03:00
commit 2b861156fe
74 changed files with 42127 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.