MEP frontend avec filtres
This commit is contained in:
parent
67a146c5dd
commit
0585ff56fd
19 changed files with 4233 additions and 0 deletions
7
frontend/vite.config.ts
Normal file
7
frontend/vite.config.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue