generated from fahricansecer/boilerplate-be
This commit is contained in:
@@ -117,7 +117,7 @@ import {
|
||||
useFactory: (configService: ConfigService) => ({
|
||||
fallbackLanguage: configService.get('i18n.fallbackLanguage', 'en'),
|
||||
loaderOptions: {
|
||||
path: path.join(__dirname, '/i18n/'),
|
||||
path: path.join(__dirname, '..', 'i18n'),
|
||||
watch: configService.get('app.isDevelopment', true),
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user