feat(server): better mount checks (#13092)

This commit is contained in:
Jason Rasmussen 2024-10-01 13:04:37 -04:00 committed by GitHub
parent d46e50213a
commit 305fc77ebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 157 additions and 61 deletions

View file

@ -7,6 +7,9 @@ export interface EnvData {
skipMigrations: boolean;
vectorExtension: VectorExtension;
};
storage: {
ignoreMountCheckErrors: boolean;
};
}
export interface IConfigRepository {