debug-fast.bat 81 B

123456
  1. title dev
  2. set current_path="%~dp0"
  3. cd %current_path%
  4. cd ..
  5. npm run dev-vite
  6. pause