implement cron router + install cloudflare types

This commit is contained in:
Michi 2025-09-13 11:37:01 +02:00
parent dfadc64afa
commit 3f9547f014
5 changed files with 7509 additions and 1 deletions

View file

@ -29,6 +29,12 @@
"migrations_dir": "drizzle/migrations"
}
],
"triggers": {
"crons": [
"0 4 7,14,21,28 * *", // At 04:00 on day-of-month 7, 14, 21, and 28.
"* * * * *" // every minute
]
}
// "ai": {
// "binding": "AI"
// },