This build was committed by a bot.

This commit is contained in:
github-actions
2025-08-26 21:27:45 +00:00
parent 1b771d5f88
commit a4a4495909
21 changed files with 45 additions and 97 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: '/' })})}