Revert "V1_Sans_Congé_Anticipéfemini collaboratrice"

This reverts commit 0eb4dbb99b.
This commit is contained in:
2025-11-17 10:34:50 +01:00
parent 0eb4dbb99b
commit 7f15e380e3
41 changed files with 2740 additions and 30354 deletions

View File

@@ -1,14 +1,10 @@
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'],
},
test: {
globals: true,
environment: 'jsdom',
setupFiles: './src/setupTests.js',
},
});
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
});