What does it do?
It writes a timestamp to a file when your chosen events fire.
What is it useful for?
Good question! 😅
Original Use Case: Vite Browser Reloading
If you are a Vite user, you can use vite-plugin-restart and configure it to watch the bump file.
Set the Entry Saved event to trigger a bump, and add the bump file to your Vite config:
ViteRestart({
reload: [
// your other watched files...
// path to bump file
'storage/runtime/bump.txt',
],
}),
Now when you save an entry in Craft, your Vite dev server will trigger a hot reload!
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
0
License
MIT
Last release
February 8, 2026
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs
