Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 914 Bytes

File metadata and controls

21 lines (16 loc) · 914 Bytes

AI Agent Guide for @vitejs/plugin-rsc

This document provides AI-agent-specific guidance for the React Server Components (RSC) plugin. For comprehensive documentation, see:

Quick Reference for AI Agents

Essential Commands

# inside packages/plugin-rsc directory
pnpm build                          # build package
pnpm tsc                            # typecheck
pnpm dev                            # Watch mode development
pnpm test-e2e                       # Run e2e tests
pnpm test-e2e basic                 # Test specific example