This commit is contained in:
2025-09-10 02:50:32 +02:00
commit be3d896ca1
9 changed files with 235 additions and 0 deletions

5
sw.js Normal file
View File

@@ -0,0 +1,5 @@
// sw.js
console.log("Service Worker loaded");
importScripts(
"http://localhost:8000/campaigns/webpush/sw-core/4c9eb80b-a074-45b2-8f15-397c1f7696da.js",
);