This commit is contained in:
Philippe Torrel
2026-08-05 14:21:08 +02:00
parent 0bca2f9ad1
commit fae4f8f7ce
55 changed files with 9269 additions and 0 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()],
})