Fix file pollution and some ESLint errors in github actions

This commit is contained in:
Jesse Wierzbinski 2024-03-10 19:55:20 -10:00
parent 69f7c470f7
commit f282fcacae
No known key found for this signature in database
4 changed files with 7 additions and 23 deletions

View file

@ -1,3 +1,5 @@
import type { MediaBackendType } from "media-manager";
export interface ConfigType {
database: {
host: string;
@ -95,7 +97,7 @@ export interface ConfigType {
};
media: {
backend: string;
backend: MediaBackendType;
deduplicate_media: boolean;
conversion: {
convert_images: boolean;