1
0
forked from noxious/server

Paths refactor # > @/

This commit is contained in:
2025-02-12 00:12:26 +01:00
parent bebd5876da
commit fef0ae6e28
136 changed files with 526 additions and 526 deletions

View File

@ -2,10 +2,10 @@ import { randomUUID } from 'node:crypto'
import { ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
import type { UUID } from '#application/types'
import type { User } from '#entities/user'
import type { UUID } from'@/application/types'
import type { User } from'@/entities/user'
import { BaseEntity } from '#application/base/baseEntity'
import { BaseEntity } from'@/application/base/baseEntity'
export class BasePasswordResetToken extends BaseEntity {
@PrimaryKey()