Skip to content

Commit

Permalink
🐛 Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Apr 11, 2024
1 parent 4615a23 commit 361ad75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/@core/environment/environment.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ import { Global, Module } from '@nestjs/common';
import { ConfigModule } from '@nestjs/config';

import { EnvironmentService } from './environment.service';
import { validate } from './environement.validation';

@Global()
@Module({
imports: [
ConfigModule.forRoot({
isGlobal: true,
expandVariables: true,
validate,
}),
],
providers: [EnvironmentService],
Expand Down

0 comments on commit 361ad75

Please sign in to comment.