1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-04 05:50:38 +02:00

refactor(server): worker env (#13160)

This commit is contained in:
Jason Rasmussen
2024-10-03 15:28:36 -04:00
committed by GitHub
parent 892a35acb5
commit db1623f43f
10 changed files with 63 additions and 58 deletions

View File

@ -334,3 +334,8 @@ export enum ImmichEnvironment {
TESTING = 'testing',
PRODUCTION = 'production',
}
export enum ImmichWorker {
API = 'api',
MICROSERVICES = 'microservices',
}