Project setup

This commit is contained in:
Julien Valverdé
2025-09-10 23:37:10 +02:00
parent ab2fff9a9f
commit 908e7d712c
22 changed files with 1027 additions and 0 deletions

View File

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