- add tests directory to build ignore list to reduce bundle size
@@ -26,6 +26,7 @@ export default defineConfig({
'coverage/**',
'playwright-report/**',
'test-results/**',
+ 'tests/**',
]
}
},