mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +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
147 B
TypeScript
8 lines
147 B
TypeScript
/**
|
|
* Usage Types - Re-export from modularized location
|
|
*
|
|
* @deprecated Import from './usage/types' instead
|
|
*/
|
|
|
|
export * from './usage/types';
|