diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 0e3738be65..1212a0271d 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -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 }, {