Diagnóstico y fix SQL Server: SERVERNAME, TDS_Version, Puerto explicitos

This commit is contained in:
desoladorxx
2026-07-22 16:11:54 -05:00
commit cd18c4ca5e
48 changed files with 8389 additions and 0 deletions

12
_run_frontend.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
cd /d "%~dp0frontend"
echo ====================================
echo LEADS - FRONTEND (Vite) puerto 5174
echo Carpeta: %CD%
echo ====================================
if not exist "node_modules\.bin\vite.cmd" call npm install
echo Iniciando servidor de desarrollo...
call npm run dev
echo.
echo (npm run dev termino o fallo.)
pause