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 + }, });