chore: init settings

This commit is contained in:
RiO
2024-12-27 06:24:19 +05:30
parent 2d9c1ea88f
commit 432488cb47
4 changed files with 277 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/package-browser/',
optimizeDeps: {
exclude: ['lucide-react'],
},