From 3b066c1efadb177505a5f9ca4de5aa5f070ffd38 Mon Sep 17 00:00:00 2001 From: glitch714 <119386229+glitchplaysgames714@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:04:38 -0400 Subject: [PATCH] Add next.js icon to next.env.d.ts Signed-off-by: glitch714 <119386229+glitchplaysgames714@users.noreply.github.com> --- src/core/icons/fileIcons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 91ab9701f3..a51e554b5a 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1294,6 +1294,7 @@ export const fileIcons: FileIcons = { 'next.config.mjs', 'next.config.ts', 'next.config.mts', + 'next.env.d.ts' ], light: true, },