chore: Log service worker update check

This commit is contained in:
2025-12-27 18:13:07 +00:00
committed by Tanner Collin (aider)
parent a680b4b446
commit 6facbd3397

View File

@@ -23,6 +23,7 @@ function Feed({ updateCache }) {
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistration().then(reg => {
if (reg) {
console.log('Checking for client update...');
reg.update();
}
});