Skip to content

fix: suppress dotenv startup banner by default - #155

Open
resure wants to merge 1 commit into
mainfrom
fix/quiet-dotenv
Open

fix: suppress dotenv startup banner by default#155
resure wants to merge 1 commit into
mainfrom
fix/quiet-dotenv

Conversation

@resure

@resure resure commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Pass quiet: true when NodeKit initializes dotenv so its default startup banner and promotional tips no longer appear in application logs. Apply the option for both the default .env file and custom envFilePath values, while preserving disableDotEnv behavior and dotenv's environment-controlled overrides.

Update the existing integration tests to assert quiet loading for both paths.

Validation: npm test (15 suites, 118 tests), npm run lint, and npm run typecheck pass on Node.js 24.12.0.

Complete dependency removal and a Node.js support update are tracked separately in #154 for the next major.

@resure
resure requested a review from melikhov-dev as a code owner September 5, 2026 14:39
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.

1 participant