fix(cachemanager): Adjust cache control headers and fix redundant code

This commit is contained in:
2025-02-03 00:16:58 +01:00
parent 021c980a4f
commit 4598bd0e25
3 changed files with 12 additions and 5 deletions

View File

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