Skip to content

Commit d5859b3

Browse files
feat: Add the ConfigModule to the imports parameter array
1 parent 2a26b3a commit d5859b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ import { ConfigModule } from '@nestjs/config';
1010
controllers: [],
1111
providers: [],
1212
})
13+
1314
export class AppModule {}

0 commit comments

Comments
 (0)