mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02: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