docs(cli): document static file serving#210
Conversation
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR documents the ChangesStatic file serving documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use SkillSpector to scan AI agent skill manifests and MCP configurations for security risks.SkillSpector analyzes |
commit: |
Documents static file serving in the CLI, which was already supported but undocumented.
--staticexample to the CLI usage/help blockserve-equivalentnpx srvx --static ./dist, defaultpublic/behavior, fall-through to the handler, and programmaticserveStaticusageSummary by CodeRabbit
--staticflag with practical examples.