fix(cli): use public config exports for deploy - #3684
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe public ChangesConfiguration API integration
Estimated code review effort: 1 (Trivial) | ~5 minutes Mergeability Score: ⚪ Minimal · up to This localized change routes deployment through the public configuration exports and adds focused coverage; no actionable merge-blocking risk remains after the stated checks. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
veryfront/configThis fixes the CLI boundary regression detected by
deno task verify:quick.Verification
deno test --preload=src/testing/preload.ts --no-check --allow-all src/config/index.test.ts cli/shared/deployment/deploy-project.test.tsdeno task lint:cli-boundarydeno check cli/shared/deployment/deploy-project.ts src/config/index.tsdeno task verify:quickSummary by CodeRabbit
New Features
Bug Fixes