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
7 lines
170 B
JavaScript
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",
|
|
);
|