@echo off rem React(Vite) 프론트엔드 실행 (:5173). 포터블 툴체인 환경을 먼저 로드한다. call C:\ai-dev\scripts\env.cmd cd /d "%~dp0frontend" if not exist node_modules ( echo [run-frontend] installing dependencies... call npm install ) echo [run-frontend] npm run dev (http://localhost:5173) call npm run dev