mirror of
https://github.com/immich-app/immich.git
synced 2026-03-04 09:57:33 +03:00
feat: allow unordered migrations in dev (#19881)
This commit is contained in:
@@ -334,6 +334,10 @@ export class ConfigRepository {
|
||||
return cached;
|
||||
}
|
||||
|
||||
isDev() {
|
||||
return this.getEnv().environment === ImmichEnvironment.DEVELOPMENT;
|
||||
}
|
||||
|
||||
getWorker() {
|
||||
return this.worker;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user