fix(aniplay): Migrates to Aniwatch only

Removes Consumet and consolidates episode fetching to use Aniwatch as the sole provider.

This simplifies the codebase and ensures a consistent data source for episodes and URLs.
Also updates `wrangler` and sets `ENABLE_ANIFY` to false.
This commit is contained in:
2025-08-08 08:16:39 -07:00
parent d680c97bc6
commit 0b0078328c
13 changed files with 95 additions and 380 deletions

View File

@@ -49,7 +49,7 @@
"prettier-plugin-toml": "^2.0.4",
"ts-morph": "^22.0.0",
"typescript": "^5.8.3",
"wrangler": "^4.13.0",
"wrangler": "^4.28.1",
"zx": "8.1.5"
},
"lint-staged": {