gelbooru should work, remove caching, fix random
This commit is contained in:
parent
e6acb47796
commit
c34ddea659
14 changed files with 480 additions and 401 deletions
7
types/config.d.ts
vendored
7
types/config.d.ts
vendored
|
@ -4,13 +4,6 @@ type Environment = {
|
|||
development: boolean;
|
||||
};
|
||||
|
||||
type RedisConfig = {
|
||||
host: string;
|
||||
port: number;
|
||||
username?: string;
|
||||
password?: string;
|
||||
};
|
||||
|
||||
type IBooruDefaults = {
|
||||
search: string;
|
||||
random: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue