This build was committed by a bot.

This commit is contained in:
github-actions
2025-09-24 22:16:25 +00:00
parent a4a792e981
commit 67fe21e242
35 changed files with 698 additions and 481 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: '/' })})}