feat(serviceworker): Add service worker status updates, EventBus and UI status pill for realtime observability

This commit is contained in:
2025-12-04 14:09:10 +00:00
parent 8bb4814350
commit c4e0e9b915
7 changed files with 924 additions and 17 deletions

View File

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