How can I add cron job to `wrangler.json` file?

I used svelitekit framework template and hosted to workers.

I see this in my wrangler.json file:
"main": ".svelte-kit/cloudflare/_worker.js"


How can I add cron job to that file? How can I extand that file to cron job?
Was this page helpful?