Skip to content

Commit

Permalink
fix(server): disable i18n file watching in server (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jan 11, 2024
1 parent fccc551 commit e9b6de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { EventEmitterModule } from '@nestjs/event-emitter'
fallbackLanguage: 'en',
loaderOptions: {
path: path.join(__dirname, '/i18n/'),
watch: true,
watch: false,
},
resolvers: [
{ use: QueryResolver, options: ['lang'] },
Expand Down

0 comments on commit e9b6de7

Please sign in to comment.