Files
test-web-push/sw.js
GarandPLG 1a0f91625a Update dependencies and project configuration
Add Nix flake support, update .gitignore to ignore SSL certs, upgrade
@types/bun and TypeScript versions, and update frontend SDK URLs in
index.html and sw.js to new API endpoints
2026-01-18 20:39:50 +01:00

7 lines
170 B
JavaScript

// sw.js
console.log("Service Worker loaded");
importScripts(
"http://localhost:8000/api/v1/webpush/public/integrations/7b35f08f-49d6-48f9-a830-f3654008dce5/sw.js",
);