feat: Re-enable Anilist response caching and configure proxy URL via environment variable.

This commit is contained in:
2025-11-28 17:00:18 +08:00
parent bd958fb1ab
commit a25111acbf
2 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 55b6bc5eef0b3709210a3c57164a6bda)
// Generated by Wrangler by running `wrangler types` (hash: 3b0ff08dc5a1a73091e35f975f87bee1)
// Runtime types generated with workerd@1.20251011.0 2024-09-23 nodejs_compat
declare namespace Cloudflare {
interface GlobalProps {
@@ -15,6 +15,7 @@ declare namespace Cloudflare {
CLOUDFLARE_D1_TOKEN: string;
CLOUDFLARE_ACCOUNT_ID: string;
CLOUDFLARE_DATABASE_ID: string;
PROXY_URL: string;
ANILIST_DO: DurableObjectNamespace<import("./src/index").AnilistDo>;
DB: D1Database;
ANILIST_UPDATES: Queue;