Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/morning-briefing

src/jobs/daily-morning-briefing.ts

6 lines · 244 B · TypeScript
import { runScheduledMorningBriefing } from '../report.ts'

/** No-argument scheduled wrapper. Loads stored config, then runs the briefing. */
export default async function dailyMorningBriefing() {
	return await runScheduledMorningBriefing()
}