chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { SystemConfigEntity, SystemConfigKey } from '@app/infra/entities';
|
||||
import { SystemConfigEntity, SystemConfigKey } from 'src/infra/entities/system-config.entity';
|
||||
|
||||
export const systemConfigStub: Record<string, SystemConfigEntity[]> = {
|
||||
defaults: [],
|
||||
|
||||
Reference in New Issue
Block a user