fix(core): Refactored caching strategy for service worker to improve compatibility and performance.

This commit is contained in:
2025-02-04 01:58:48 +01:00
parent 0017a559ca
commit ab4c302cea
3 changed files with 152 additions and 211 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '3.0.62',
version: '3.0.63',
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
}