Преглед на файлове

🔧 chore(vite): update build ignore configuration

- add tests directory to build ignore list to reduce bundle size
yourname преди 2 месеца
родител
ревизия
74ab81962a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

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