MEP frontend avec filtres

This commit is contained in:
el 2025-05-26 17:31:00 +02:00
parent 67a146c5dd
commit 0585ff56fd
19 changed files with 4233 additions and 0 deletions

7
frontend/vite.config.ts Normal file
View file

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})