Skip to content

Conversation

@jedwards1211
Copy link

fix #767

@motdotla motdotla requested a review from Copilot October 7, 2025 22:27
Copy link
Contributor

Copilot AI left a comment

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 fixes a TypeScript type issue where DotenvPopulateInput didn't properly accept the NodeJS.ProcessEnv type. The fix ensures that the processEnv parameter in the config function can accept process.env directly.

  • Adds a test case to verify that process.env can be passed to the processEnv parameter
  • Validates the type compatibility fix for issue #767

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

DotenvPopulateInput not compatible with NodeJS.ProcessEnv

1 participant