refactor(server): common (#2066)

This commit is contained in:
Jason Rasmussen 2023-03-24 00:55:15 -04:00 committed by GitHub
parent 54f98053a8
commit 1efc74dabc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 31 additions and 182 deletions

View file

@ -1,4 +1,4 @@
import { immichAppConfig } from '@app/common/config';
import { immichAppConfig } from '@app/domain';
import { DomainModule } from '@app/domain';
import { ExifEntity, InfraModule } from '@app/infra';
import { Module } from '@nestjs/common';