feat: reestructuracion para easypanel y variables de entorno

This commit is contained in:
desoladorxx
2026-07-20 17:22:50 -05:00
commit 7f38210017
45 changed files with 8219 additions and 0 deletions

12
INICIAR_LEADS.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
REM ============================================================
REM INICIAR DASHBOARD LEADS - Backend (8001) + Frontend (5174)
REM ============================================================
echo Iniciando BACKEND y FRONTEND de LEADS...
start "LEADS - BACKEND" cmd /k ""%~dp0_run_backend.bat""
start "LEADS - FRONTEND" cmd /k ""%~dp0_run_frontend.bat""
echo Listo. Se abrieron 2 ventanas (Backend y Frontend).
echo Cuando cargue, abre el navegador en: http://localhost:5174
timeout /t 4 >nul