/** * Task Handlers Index * * Exports all task handlers for the task worker. */ export { handleProductRefresh } from './product-refresh'; export { handleProductDiscovery } from './product-discovery'; export { handleStoreDiscovery } from './store-discovery'; export { handleEntryPointDiscovery } from './entry-point-discovery'; export { handleAnalyticsRefresh } from './analytics-refresh';