From bafc36cbb2287ecb3b806cb32118a9ee9d5f7170 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 9 Apr 2026 19:55:19 +0900 Subject: auto-caching setup --- src/lib/cache/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cache/index.ts') diff --git a/src/lib/cache/index.ts b/src/lib/cache/index.ts index 7ce52dc..18f873b 100644 --- a/src/lib/cache/index.ts +++ b/src/lib/cache/index.ts @@ -1,2 +1,3 @@ export { imageCache } from './imageCache'; export type { CachedImage } from './imageCache'; +export { autoCacheService } from './autoCacheService'; -- cgit v1.2.3