Spaces:
Running
Running
File size: 389 Bytes
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 { autoDiscoveryTask, autoDiscoverySchedule } from "./discovery/trigger-tasks/auto-discovery";
export { manualDiscoveryTask } from "./discovery/trigger-tasks/manual-discovery";
export { profilingTask } from "./profiling/trigger-tasks/profiling-router";
|