chore: initial setup

This commit is contained in:
Stefan Imhoff
2021-04-28 18:07:34 +02:00
commit f76fd39fee
35 changed files with 21422 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
window.addEventListener('load', () => {
navigator.serviceWorker.register('/sw.js').catch((registrationError) => {
console.error('SW registration failed: ', registrationError);
});
});