🔧 build(_new): remove *

This commit is contained in:
Eshan Roy
2024-12-07 19:51:14 +05:30
parent c3b6ab5f03
commit d5b90950f2
27 changed files with 0 additions and 5995 deletions

View File

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