mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
3 lines
188 B
JavaScript
3 lines
188 B
JavaScript
// No-op fallback for service worker scope cleanup helper.
|
|
// Production builds ship a generated helper from frontend/src/sw-scope-cleanup.js.
|
|
self.addEventListener("activate", () => {});
|