feat(serviceworker): Add persistent event store, cumulative metrics and dashboard events UI for service worker observability

This commit is contained in:
2025-12-04 15:13:48 +00:00
parent f9a8b61743
commit a35775499b
11 changed files with 1117 additions and 7 deletions

View File

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