🧹 chore: open in def brouser

This commit is contained in:
eshanized
2025-01-07 22:55:58 +05:30
parent 8066e73f4f
commit aa442b5461

View File

@@ -24,4 +24,8 @@ export default defineConfig({
optimizeDeps: {
exclude: ['lucide-react'], // Exclude lucide-react from pre-bundling
},
server: {
open: true, // Automatically open the browser
},
});