Spaces:
Running
Running
| /** | |
| * 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"; | |