refactor(nestjs): export and import module

This commit is contained in:
Ahmed Bouhuolia
2025-04-09 18:35:17 +02:00
parent d851e5b646
commit ab49113d5a
38 changed files with 2403 additions and 117 deletions

View File

@@ -80,6 +80,7 @@ import { LoopsModule } from '../Loops/Loops.module';
import { AttachmentsModule } from '../Attachments/Attachment.module';
import { S3Module } from '../S3/S3.module';
import { ExportModule } from '../Export/Export.module';
import { ImportModule } from '../Import/Import.module';
@Module({
imports: [
@@ -194,7 +195,8 @@ import { ExportModule } from '../Export/Export.module';
LoopsModule,
AttachmentsModule,
S3Module,
ExportModule
ExportModule,
ImportModule
],
controllers: [AppController],
providers: [