upd: webpush

Deskripsi:
- database push notification
- update package
- memasang webpush

NO Issues
This commit is contained in:
amel
2024-11-18 17:12:58 +08:00
parent bc5ce5b48c
commit d847c97bec
30 changed files with 1267 additions and 282 deletions

View File

@@ -0,0 +1,3 @@
import { hookstate } from "@hookstate/core";
export const subState = hookstate<PushSubscription | null>(null)