upgrade to installable PWA. Fixes #6
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Minimal Service Worker to satisfy PWA installability requirements
|
||||
self.addEventListener('fetch', function(event) {
|
||||
// We do not intercept or cache anything, just pass the request through.
|
||||
// This minimal fetch listener is enough to trigger the PWA install prompt.
|
||||
});
|
||||
Reference in New Issue
Block a user