From 50036984ed37d8f991469d03ab17c7bdb793bae4 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 7 Jan 2025 13:09:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build:=20server=20will=20auto=20?= =?UTF-8?q?open=20in=20def=20browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 377b6d0..b5acf93 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,6 +7,9 @@ export default defineConfig({ optimizeDeps: { exclude: ['lucide-react'], }, + server: { + open: true, // Automatically opens in the default browser + }, build: { rollupOptions: { output: {