From 1f376fafd2b9c8e45c98d7716e62e141c252aa4e Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sun, 8 Dec 2024 08:02:09 -0300 Subject: [PATCH] use pattern for the associations Signed-off-by: Lucas Colombo --- src/core/icons/fileIcons.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }, {