You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add back the hotfile feature that was removed in commit 588863c.
The hotfile is now configurable and can be disabled by setting
hotFile to false.
The hotfile allows Spring applications to detect when the Vite
dev server is running by checking for the existence of the file,
which contains the dev server URL.
Changes:
- Add hotFile option to VitePluginJavaConfig (string | false)
- Write hotfile on server start with dev server URL
- Clean up hotfile on process exit
- Update .gitignore to ignore hot file
- Update README with hotfile documentation
Closes#2
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments