Réorganiser le projet et fiabiliser le chargement HTML

This commit is contained in:
2026-04-12 17:06:33 +02:00
parent 8573bf2cb8
commit 999fa4ea90
12 changed files with 8402 additions and 545 deletions

6
vite.config.js Executable file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
});