Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
File

cron route

Create a file named cron.ts in the root directory of your project.

import { cron } from 'darkflare'

cron(c => {
  ...
})

Context (c)