refactor(server): no color env (#13166)

This commit is contained in:
Jason Rasmussen
2024-10-03 16:58:15 -04:00
committed by GitHub
parent 0eb77147ef
commit e2bf6808ca
7 changed files with 117 additions and 34 deletions

View File

@@ -41,6 +41,7 @@ export interface EnvData {
workers: ImmichWorker[];
noColor: boolean;
nodeVersion?: string;
}