Skip to content

Commit

Permalink
fix: i18n provider
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Mar 24, 2024
1 parent eecb8e1 commit 41d0a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rewrite_maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,4 +542,5 @@ export const providersRewriteMapping = {
'@adonisjs/ally': ['@adonisjs/ally/ally_provider'],
'@adonisjs/lucid': ['@adonisjs/lucid/database_provider'],
'@adonisjs/auth': ['@adonisjs/auth/auth_provider'],
'@adonisjs/i18n': ['@adonisjs/i18n/i18n_provider'],
} as Record<string, (string | { file: string; environment: string[] })[]>

0 comments on commit 41d0a7d

Please sign in to comment.