mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix file pollution and some ESLint errors in github actions
This commit is contained in:
parent
69f7c470f7
commit
f282fcacae
4 changed files with 7 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue