Spaces:
Running
Running
iDevBuddy
feat: Add Slack Events integration, Dockerfiles, and Hugging Face deployment config
5f138d4 | /** | |
| * 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"; | |