Skip to content

refactor(config): remove duplicate loadConfig to establish single sou… - #9

Merged
varneeth01 merged 1 commit into
varneeth01:mainfrom
Lohith2005:refactor/consolidate-load-config
Aug 5, 2026
Merged

refactor(config): remove duplicate loadConfig to establish single sou…#9
varneeth01 merged 1 commit into
varneeth01:mainfrom
Lohith2005:refactor/consolidate-load-config

Conversation

@Lohith2005

Copy link
Copy Markdown
Contributor

…rce of truth

Copilot AI review requested due to automatic review settings August 3, 2026 11:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the config package by removing the duplicate loadConfig implementation from the schema module, leaving the loader module as the single source of truth for config loading behavior.

Changes:

  • Removed the loadConfig function previously defined in packages/config/src/schema.ts.
  • Reduced schema module responsibilities to schema/types/utilities and defaults, relying on packages/config/src/loader.ts for config loading.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 609 to 610
// ============================================
// Connection String Helpers
@varneeth01
varneeth01 merged commit 62def8f into varneeth01:main Aug 5, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants