Commi_GTFRH

This commit is contained in:
2025-09-15 15:52:15 +02:00
parent 12962a4081
commit 83e2b786c7
17 changed files with 5315 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
});