Skip to main content
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)