fix(pwa): add workbox cleanup options to fix undefined payload error
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
2026-02-26 23:52:47 +00:00
parent c3f96bacc7
commit 7c4f1b20b3
4 changed files with 3498 additions and 1 deletions

1
dev-dist/registerSW.js Normal file
View File

@@ -0,0 +1 @@
if('serviceWorker' in navigator) navigator.serviceWorker.register('/dev-sw.js?dev-sw', { scope: '/', type: 'classic' })