File size: 380 Bytes
bd28470
 
 
 
 
5f138d4
bd28470
 
1
2
3
4
5
6
7
8
9
/**
 * Trigger.dev entry point — registers all tasks.
 * This file must export all tasks for Trigger.dev to discover them.
 */

export { dailyScheduler, dailyDigestTask } from "./discovery/trigger-tasks/auto-discovery";
export { manualDiscoveryTask } from "./discovery/trigger-tasks/manual-discovery";
export { profilingTask } from "./profiling/trigger-tasks/profiling-router";