debug.bat 76 B

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