This commit is contained in:
Sebastian Korotkiewicz 2025-04-10 12:29:11 +02:00
parent f1aec06b60
commit 091ead0af0
2 changed files with 0 additions and 1 deletions

10
vite.config.js Normal file
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'],
// },
});