mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { AuthDto } from '@app/domain';
|
||||
import { UserEntity } from '@app/infra/entities';
|
||||
import { AuthDto } from 'src/domain/auth/auth.dto';
|
||||
import { UserEntity } from 'src/infra/entities/user.entity';
|
||||
|
||||
export const CLI_USER: AuthDto = {
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user