mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-29 13:00:42 +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", () => {});
|