Skip to content

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

Package listing

@kody/netlify

src/jobs/site-status.ts

6 lines · 207 B · TypeScript
import { runSiteStatus } from '../netlify.js'

/** No-argument scheduled wrapper. Read-only site list; job starts disabled. */
export default async function siteStatusJob() {
	return await runSiteStatus()
}