From 1b0c3ee58b7cad742d7b2e5d842a62408b95c66c Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 20 Jul 2026 16:56:11 -0500 Subject: [PATCH] Eliminar _run_frontend.bat --- _run_frontend.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 _run_frontend.bat diff --git a/_run_frontend.bat b/_run_frontend.bat deleted file mode 100644 index 3f7d2da..0000000 --- a/_run_frontend.bat +++ /dev/null @@ -1,12 +0,0 @@ -@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