Updated Expected Output

This commit is contained in:
Possible
2024-12-09 18:12:04 +01:00
parent 79300ac9db
commit 0b0ebd29c2
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
exclude: ["lucide-react"],
},
});