add precaching from workbox import

This commit is contained in:
Gigiaj 2025-06-08 20:04:22 -05:00
parent 14085c7ccf
commit 5029ea0a8a

View file

@ -1,4 +1,5 @@
/// <reference lib="WebWorker" />
import { precacheAndRoute, cleanupOutdatedCaches } from 'workbox-precaching';
export type {};
declare const self: ServiceWorkerGlobalScope;