refactor: import resource module to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-13 10:15:57 +02:00
parent 270b421a6c
commit 72818759a5
38 changed files with 479 additions and 424 deletions

View File

@@ -1,7 +1,7 @@
import { Service } from 'typedi';
import { AsyncLocalStorage } from 'async_hooks';
import { Injectable } from '@nestjs/common';
@Service()
@Injectable()
export class ImportAls {
private als: AsyncLocalStorage<Map<string, any>>;