docs: Fix incorrect path to .env.example in ClientSetup.md#41670
docs: Fix incorrect path to .env.example in ClientSetup.md#41670cyphercodes wants to merge 1 commit intoappsmithorg:releasefrom
Conversation
The documentation incorrectly referenced .env.example in the current directory, but the file is actually located at the repository root. Updated the instruction to use the correct relative path from the app/client directory. Fixes appsmithorg#41586
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughDocumentation correction updating the environment file copy command to use the correct relative path from the client directory context. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ 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 |
Summary
Fixed the documentation path for copying the .env.example file in the ClientSetup.md guide.
Problem
The documentation at instructed users to run from what appears to be the directory context, but the file is located at the repository root, not in .
Solution
Updated the instruction to use the correct relative path:
Changes
Fixes #41586
Summary by CodeRabbit