Skip to content

Commit 3641980

Browse files
committed
feat: add service worker store and script
1 parent 49776eb commit 3641980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/dashboard/src/main.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ async function initializeSharedWorker() {
2020
})
2121
} catch (error) {
2222
// eslint-disable-next-line no-console
23-
console.log('[Dashboard] Worker status changed:', error)
23+
console.warn('Failed to initialize SharedWorker:', error)
24+
// Fallback to local subscription management
2425
}
2526
}
2627

0 commit comments

Comments
 (0)