diff options
| author | Fuwn <[email protected]> | 2026-03-27 08:28:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-27 08:45:37 +0000 |
| commit | 7e447fd8f478fd3f980f9b44ace29abc7fdffb04 (patch) | |
| tree | 31cd06a778ece94b14590ecef88c9f08ac456732 /apps/proxy/wrangler.toml | |
| parent | chore(apps): Remove placeholder README (diff) | |
| download | due.moe-7e447fd8f478fd3f980f9b44ace29abc7fdffb04.tar.xz due.moe-7e447fd8f478fd3f980f9b44ace29abc7fdffb04.zip | |
refactor(proxy): move manga chapter counts behind indexed cache
Diffstat (limited to 'apps/proxy/wrangler.toml')
| -rw-r--r-- | apps/proxy/wrangler.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/proxy/wrangler.toml b/apps/proxy/wrangler.toml index f65cc413..1115beeb 100644 --- a/apps/proxy/wrangler.toml +++ b/apps/proxy/wrangler.toml @@ -2,6 +2,9 @@ name = "due-proxy" main = "src/index.js" compatibility_date = "2023-12-18" +[triggers] +crons = ["* * * * *"] + # Variable bindings. These are arbitrary, plaintext strings (similar to environment variables) # Note: Use secrets to store sensitive data. # Docs: https://developers.cloudflare.com/workers/platform/environment-variables |