fix(serviceworker): Improve cache handling and response header management in service worker.

This commit is contained in:
2025-02-04 13:01:30 +01:00
parent cbb10d7c19
commit 569fa4fc46
3 changed files with 13 additions and 2 deletions

View File

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