chore(server): move cores (#8120)

move cores
This commit is contained in:
Daniel Dietzler
2024-03-20 21:20:38 +01:00
committed by GitHub
parent 40e079a247
commit 4b29bccc7c
36 changed files with 47 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
import { join } from 'node:path';
import { THUMBNAIL_DIR } from 'src/cores/storage.core';
import { APP_MEDIA_LOCATION } from 'src/domain/domain.constant';
import { THUMBNAIL_DIR } from 'src/domain/storage/storage.core';
import { LibraryEntity, LibraryType } from 'src/infra/entities/library.entity';
import { userStub } from 'test/fixtures/user.stub';