mirror of
https://github.com/LukeHagar/immich.git
synced 2025-12-06 12:37:48 +00:00
refactor(server): worker env (#13160)
This commit is contained in:
@@ -334,3 +334,8 @@ export enum ImmichEnvironment {
|
||||
TESTING = 'testing',
|
||||
PRODUCTION = 'production',
|
||||
}
|
||||
|
||||
export enum ImmichWorker {
|
||||
API = 'api',
|
||||
MICROSERVICES = 'microservices',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user