@echo off cd /d "x:\projekty\panel" echo Clearing Next.js cache... if exist .next rmdir /s /q .next echo Starting development server... npm run dev