fix: apply network-first strategy to language prefixed URLs in service worker

This commit is contained in:
alam00000
2026-01-30 14:19:42 +05:30
parent eb60bbe771
commit a85f21dcb5
2 changed files with 31 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
export const PACKAGE_VERSIONS = {
ghostscript: '0.1.0',
pymupdf: '0.1.9',
ghostscript: '0.1.1',
pymupdf: '0.11.14',
} as const;