refactor: Replace generic AnilistDurableObject fetch endpoint with dedicated methods and update their usage.
This commit is contained in:
@@ -2,7 +2,7 @@ main = "src/index.ts"
|
||||
|
||||
name = "aniplay-v2"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
compatibility_date = "2024-09-23"
|
||||
compatibility_date = "2025-11-28"
|
||||
|
||||
[vars]
|
||||
TURSO_URL = "libsql://aniplay-v2-silverandroid.turso.io"
|
||||
@@ -24,6 +24,14 @@ tag = "<v2>"
|
||||
deleted_classes = ["AniwatchApiContainer"]
|
||||
new_classes = ["AnilistDo"]
|
||||
|
||||
[[migrations]]
|
||||
tag = "v3"
|
||||
deleted_classes = ["AnilistDo"]
|
||||
|
||||
[[migrations]]
|
||||
tag = "v4"
|
||||
new_sqlite_classes = ["AnilistDo"]
|
||||
|
||||
[[queues.producers]]
|
||||
queue = "anilist-updates"
|
||||
binding = "ANILIST_UPDATES"
|
||||
|
||||
Reference in New Issue
Block a user