| 1 | import { DynamicModule, Inject, Module, Type } from '@nestjs/common'; |
| 2 | import { MODULE_PATH } from '@nestjs/common/constants'; |
| 3 | import { normalizePath } from '@nestjs/common/utils/shared.utils'; |
| 4 | import { Module as ModuleClass } from '../injector/module'; |