fix(serviceworker): Fixed CORS and Cache Control handling for Service Worker

This commit is contained in:
2025-02-03 23:26:08 +01:00
parent 0fecf69420
commit efade7a78e
3 changed files with 35 additions and 11 deletions

View File

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