fix(cache-manager): Simplify cache control headers in cache manager

This commit is contained in:
2025-02-07 12:55:47 +01:00
parent 1ced20c887
commit ec6754be52
3 changed files with 7 additions and 5 deletions

View File

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