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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 117 additions and 34 deletions

View file

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