Deploy to GitHub pages

This commit is contained in:
anatolykopyl
2022-04-28 09:44:31 +00:00
commit 8d08a87eeb
22 changed files with 130 additions and 0 deletions

32
service-worker.js Normal file
View File

@@ -0,0 +1,32 @@
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/worktime/precache-manifest.9ca2286cb70a19253db9c5cbc1453fab.js"
);
workbox.core.setCacheNameDetails({prefix: "worktime"});
workbox.core.skipWaiting();
workbox.core.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});