mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 18:10:48 +09:00
feat(server): better mount checks (#13092)
This commit is contained in:
@@ -7,6 +7,9 @@ export interface EnvData {
|
||||
skipMigrations: boolean;
|
||||
vectorExtension: VectorExtension;
|
||||
};
|
||||
storage: {
|
||||
ignoreMountCheckErrors: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IConfigRepository {
|
||||
|
||||
Reference in New Issue
Block a user