🧹 chore(clean): whole repository

This commit is contained in:
eshanized
2024-12-25 04:57:02 +05:30
parent 9333bebc52
commit 2340d0f691
88 changed files with 0 additions and 10238 deletions

View File

@@ -1,16 +0,0 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import { resolve } from 'path';
export default defineConfig({
plugins: [react()],
base: '/', // Deployment to the root directory
resolve: {
alias: {
'@': resolve(__dirname, './src'), // Alias for src
},
},
optimizeDeps: {
exclude: ['lucide-react'], // Exclude specific dependency
},
});