fix(network-manager): Refined network management logic for better offline handling.

This commit is contained in:
2025-02-03 00:30:18 +01:00
parent aebcbe4a61
commit 804537c059
4 changed files with 155 additions and 19 deletions

View File

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