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