Fix eslint

This commit is contained in:
2026-02-04 15:55:08 -07:00
parent 4ec597967a
commit 1c540ad35b

View File

@@ -11,7 +11,8 @@ const eslintConfig = defineConfig([
'.next/**', '.next/**',
'out/**', 'out/**',
'build/**', 'build/**',
'next-env.d.ts' 'next-env.d.ts',
'src-tauri/**'
]) ])
]) ])