feat(web_serviceworker): Add service-worker dashboard and request deduplication; improve caching, metrics and error handling

This commit is contained in:
2025-12-04 11:14:04 +00:00
parent 8010977d05
commit 84256fd8fc
4 changed files with 589 additions and 1 deletions

View File

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