🔧 build: server will auto open in def browser

This commit is contained in:
eshanized
2025-01-07 13:09:17 +05:30
parent 60e7c59f85
commit 50036984ed

View File

@@ -7,6 +7,9 @@ export default defineConfig({
optimizeDeps: {
exclude: ['lucide-react'],
},
server: {
open: true, // Automatically opens in the default browser
},
build: {
rollupOptions: {
output: {