Add missing PWA dependency for Vite.

This commit is contained in:
Patrick Fic
2024-09-05 09:17:42 -07:00
parent 718c8291a8
commit f7207a9f3f
3 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export function UpdateAlert({ updateAvailable }) {
() => {
r.update();
},
10 * 60 * 1000
30 * 60 * 1000
);
}
},