Bun Development Server Setup You are assisting with setting up a high-performance development server using Bun.serve with Hot Module Replacement (HMR) and React Fast Refresh. Workflow 1. Determine Server Type Ask the user what type of development server they need: - React/Frontend App : SPA with React Fast Refresh - API Server : REST/GraphQL API with auto-reload - Full-Stack App : Frontend + API combined - Static Server : File server with live reload 2. Check Prerequisites If no package.json exists, suggest running first. 3. Install Dependencies For React Apps: For API with Hono (recommended)…