Ajoutez des fichiers projet.

This commit is contained in:
2026-04-30 12:51:31 +02:00
parent d17cbe4df0
commit 72f4beeb61
57 changed files with 26895 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
})