From aa442b54613b760ff847596920be549795f3c166 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 7 Jan 2025 22:55:58 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20open=20in=20def=20brous?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index ec7cf9c..d4685ef 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -24,4 +24,8 @@ export default defineConfig({ optimizeDeps: { exclude: ['lucide-react'], // Exclude lucide-react from pre-bundling }, + + server: { + open: true, // Automatically open the browser + }, });