What's Changed
New Features
- Add
vite:publishconsole command to publish configuration file - Add Vite plugin JavaScript files for npm package integration
Bug Fixes
- Fix config file check logic to properly validate during HTTP requests (removed
count($argv) <= 1condition)
Documentation
- Update README with
usestatement style for bootloader registration