vite-agent
Installation
SKILL.md
Vite Configuration for AI Agents
Overview
When configuring Vite for use with AI agents (agent-browser, Playwright, or other automated browser tools), set server.open: false to prevent the development server from automatically opening browser windows during agent automation.
Agent Browser Configuration
Critical: If the agent is using agent-browser or other agent browser tools, the Vite config must set server.open: false to prevent the server from continually opening browser windows.
Example Configuration
import { defineConfig } from "vite";