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
This commit is contained in:
2026-01-18 20:39:50 +01:00
parent e5b01203b8
commit 1a0f91625a
8 changed files with 82 additions and 25 deletions

3
sw.js
View File

@@ -1,5 +1,6 @@
// sw.js
console.log("Service Worker loaded");
importScripts(
"http://localhost:8000/campaigns/webpush/sw-core/4c9eb80b-a074-45b2-8f15-397c1f7696da.js",
"http://localhost:8000/api/v1/webpush/public/integrations/7b35f08f-49d6-48f9-a830-f3654008dce5/sw.js",
);