Skip to content

Commit

Permalink
move to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Sep 18, 2024
1 parent 4ad3f4c commit 54b4870
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/account-api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { EventEmitter2 } from '@nestjs/event-emitter';
import { ConfigService } from '#account-lib/config/config.service';
import { initSwagger } from '#account-lib/config/swagger_config';
import { ApiModule } from './api.module';
import { TimeoutInterceptor } from '#account-lib/utils/timeout.interceptor';
import { TimeoutInterceptor } from '#utils/interceptors/timeout.interceptor';
import { NestExpressApplication } from '@nestjs/platform-express';

const logger = new Logger('main');
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"outDir": "../../dist/libs/types"
"outDir": "../../dist/libs/utils"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
Expand Down

0 comments on commit 54b4870

Please sign in to comment.