chore: Update translations

This commit is contained in:
2023-08-26 21:55:21 +00:00
parent 5cd1ad070a
commit f0f009f4fd
9 changed files with 534 additions and 537 deletions

View File

@ -1,10 +1,10 @@
/// <reference lib="webworker" />
declare const self: ServiceWorkerGlobalScope & {
__WB_MANIFEST: (string | PrecacheEntry)[]
__WB_MANIFEST: (string | PrecacheEntry)[];
};
import { clientsClaim } from "workbox-core";
import {PrecacheEntry, precacheAndRoute} from 'workbox-precaching';
import { PrecacheEntry, precacheAndRoute } from "workbox-precaching";
precacheAndRoute(self.__WB_MANIFEST);
clientsClaim();