remove weird manifest declaration in index

This commit is contained in:
2023-11-10 11:27:37 +01:00
parent d581a1f6c7
commit f5faac0974
9 changed files with 3537 additions and 41 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' })