diff --git a/eslint.config.js b/eslint.config.js index b2ef890..0e612dd 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -18,7 +18,7 @@ const config = antfu( '.idea/**', '.vscode/**', '.wrangler/**', - 'dist/**', + 'build/**', 'node_modules/**', ], },