You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,7 @@
23
23
cp .env.example .env
24
24
```
25
25
Fill in provider URLs/keys (`TMDB`, `TRAKT`, `ANIME_THEMES`, GrowthBook, Mongo creds, etc.). Keep secrets out of source control.
26
-
`ANIME_THEMES` is the active base URL for AnimeThemes lookups. `THEMES` is retained only as a legacy placeholder while the compatibility facade in `src/service/theme/` remains in place.
27
-
GrowthBook flag `enable-animethemes-api` switches `ThemeService` between the legacy `THEMES` endpoint and the AnimeThemes API during rollout.
26
+
`ANIME_THEMES` is the active base URL for AnimeThemes lookups.
28
27
3.**Install dependencies** (cached by Deno on demand)
0 commit comments