Skip to content

Commit b2d215f

Browse files
rmunateCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 52030ff commit b2d215f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const eslintConfig = defineConfig([
1111
".next/**",
1212
"out/**",
1313
"build/**",
14+
// Next build output when distDir is customized:
15+
"dist/**",
1416
"next-env.d.ts",
1517
]),
1618
]);

0 commit comments

Comments
 (0)