Skip to content

Commit 19ff2c2

Browse files
authored
feat: Added next-env.d.ts to Next.js specific files list (#27)
1 parent 3da30c9 commit 19ff2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const frameworks = {
100100
'vite.config.*': ['index.html'],
101101
'vue.config.*': [],
102102
'nuxt.config.*': [],
103-
'next.config.*': [],
103+
'next.config.*': ['next-env.d.ts'],
104104
'svelte.config.*': [],
105105
'remix.config.*': ['remix.*'],
106106
}

0 commit comments

Comments
 (0)