Jelajahi Sumber

🔧 chore(vite): update build ignore configuration

- add tests directory to build ignore list to reduce bundle size
yourname 2 bulan lalu
induk
melakukan
74ab81962a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -26,6 +26,7 @@ export default defineConfig({
         'coverage/**',
         'playwright-report/**',
         'test-results/**',
+        'tests/**',
       ]
     }
   },