This build was committed by a bot.

This commit is contained in:
github-actions
2025-08-18 01:02:11 +00:00
parent bc16a9575d
commit 6eb9211785
6 changed files with 5 additions and 10 deletions

1
docs/registerSW.js Normal file
View File

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