Skip to content

Instantly share code, notes, and snippets.

import { BullModule } from "@nestjs/bull";
import { Module } from "@nestjs/common";
import { ConfigModule, ConfigService } from "@nestjs/config";
import { APP_INTERCEPTOR } from "@nestjs/core";
import { ResponseInterceptor } from "@common/interceptors/response-interceptor";
import { AppController } from "./app.controller";
import { AppService } from "./app.service";
// modules