mirror of
https://github.com/error311/FileRise.git
synced 2026-04-28 07:50:23 -05:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
// Root-scoped stub. Keeps the worker’s scope at “/” level
|
||
try {
|
||
self.importScripts('/js/pwa/sw.js?v={{APP_QVER}}');
|
||
} catch (_) {
|
||
// no-op
|
||
} |