mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
implement cron router + install cloudflare types
This commit is contained in:
parent
dfadc64afa
commit
3f9547f014
5 changed files with 7509 additions and 1 deletions
|
|
@ -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"
|
||||
// },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue