This build was committed by a bot.

This commit is contained in:
github-actions
2025-08-26 16:50:38 +00:00
parent c44716a16b
commit 560bf535f5
16 changed files with 359 additions and 0 deletions

1
dist/registerSW.js vendored Normal file
View File

@@ -0,0 +1 @@
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}