This commit is contained in:
Philippe Torrel
2026-08-11 10:04:41 +02:00
parent a7dea7a7a6
commit f08771d221
271 changed files with 28827 additions and 4 deletions

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()],
})