Skip to content

Commit

Permalink
use pattern for the associations
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Colombo <[email protected]>
  • Loading branch information
lucas-labs authored Dec 8, 2024
1 parent a706e45 commit 1f376fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,9 @@ export const fileIcons: FileIcons = {
},
{
name: 'pm2-ecosystem',
fileNames: ['ecosystem.config.js', 'ecosystem.config.cjs', 'ecosystem.config.mjs', 'ecosystem.config.ts', 'ecosystem.config.cts', 'ecosystem.config.mts'],
patterns: {
'ecosystem.config': FileNamePattern.Ecmascript,
}
},
{ name: 'hosts', fileNames: ['hosts'], light: true },
{
Expand Down

0 comments on commit 1f376fa

Please sign in to comment.