mirror of
https://github.com/immich-app/immich.git
synced 2025-11-11 08:53:08 +09: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