platform-codebase/@packages/@testing/msw-handlers/src/index.ts
Lilith e96986dadd chore(src): 🔧 Update TypeScript files in src directory (17 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 09:58:23 -08:00

13 lines
388 B
TypeScript
Executable file

/**
* @lilith/msw-handlers
*
* Platform-level MSW request handlers and setup utilities.
* Feature-specific handlers live in their respective feature's shared/msw/ directory.
*
* Platform handlers: notifications, ntfy, websites
* Feature handlers: see features/{feature}/shared/msw/
*/
export * from './handlers'
export * from './data'
export { composeHandlers } from './compose'