Added native os notifications

This commit is contained in:
2026-07-01 22:11:24 +10:00
parent d1b50e2f1a
commit 84379baf6a
19 changed files with 213 additions and 39 deletions
+2
View File
@@ -18,3 +18,5 @@ window.Echo = new Echo({
forceTLS: data.scheme === 'https',
enabledTransports: ['ws', 'wss'],
});
window.vapidPublicKey = data.vapidPublicKey;