mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 20:17:45 +00:00
- create web-server/usage/ with 7 focused modules - extract: types, disk-cache, data-aggregator, aggregator, handlers, routes - original files now re-export for backward compatibility - slim routes.ts (49 lines) delegates to handlers.ts (489 lines)
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
/**
|
|
* Usage Disk Cache - Re-export from modularized location
|
|
*
|
|
* @deprecated Import from './usage/disk-cache' instead
|
|
*/
|
|
|
|
export * from './usage/disk-cache';
|