Reapply "V1_Sans_Congé_Anticipéfemini collaboratrice"

This reverts commit 7f15e380e3.
This commit is contained in:
2025-11-17 10:39:27 +01:00
parent f3a3746c3e
commit f22979a44a
41 changed files with 30347 additions and 2733 deletions

View File

@@ -1,10 +1,14 @@
import { defineConfig } from 'vite';
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
});
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
test: {
globals: true,
environment: 'jsdom',
setupFiles: './src/setupTests.js',
},
});