move global services to "global" directory
This commit is contained in:
parent
00b216c83c
commit
a55649e89a
192 changed files with 223 additions and 223 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
import process from 'node:process';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { EnvService } from '@/core/EnvService.js';
|
||||
import { CacheManagementService } from '@/core/CacheManagementService.js';
|
||||
import { EnvService } from '@/global/EnvService.js';
|
||||
import { CacheManagementService } from '@/global/CacheManagementService.js';
|
||||
import { bindThis } from '@/decorators.js';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue