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
+1
View File
@@ -4,5 +4,6 @@ declare global {
interface Window {
Echo: Echo<'reverb'>;
Pusher: unknown;
vapidPublicKey: string;
}
}