print module

This commit is contained in:
2026-01-24 15:39:15 +03:30
parent 58e5e3e0d2
commit 64d6d1e391
10 changed files with 157 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ import { OrderModule } from './modules/order/order.module';
import { NotificationsModule } from './modules/notification/notifications.module';
import { EventEmitterModule } from '@nestjs/event-emitter';
import { CacheModule } from '@nestjs/cache-manager';
import { PrintModule } from './modules/print/print.module';
@Module({
imports: [
@@ -39,6 +40,7 @@ import { CacheModule } from '@nestjs/cache-manager';
OrderModule,
NotificationsModule,
EventEmitterModule.forRoot(),
PrintModule,
],
controllers: [],
providers: [],