@@ -20,7 +20,9 @@ import { useAuthStore } from "@/stores/auth-store";
|
||||
|
||||
const queryClient = createQueryClient();
|
||||
|
||||
// One-time setup: foreground handler + push-token rotation listener. Idempotent.
|
||||
// One-time setup: foreground handler + tap routing. Idempotent. Note that
|
||||
// push-token rotation sync is NOT set up here — that's owned by the auth
|
||||
// store and only runs while a session is active.
|
||||
configureNotifications();
|
||||
|
||||
export default function App() {
|
||||
|
||||
Reference in New Issue
Block a user