cleanup
This commit is contained in:
parent
f1aec06b60
commit
091ead0af0
2 changed files with 0 additions and 1 deletions
10
vite.config.js
Normal file
10
vite.config.js
Normal 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'],
|
||||
// },
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue