Skip to content

Commit

Permalink
Add file type to nextjs global context file
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Nov 18, 2024
1 parent c4a91eb commit 441a077
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export class NextProjectPlugini18nConfig implements ProjectPlugin {
{
name: 'global-context.js',
content: globalContextFile,
fileType: FileType.JS,
},
],
})
Expand Down

0 comments on commit 441a077

Please sign in to comment.