Skip to content

Remove dotenv dependency and migrate to Node.js native --env-file #2001

@shikanime

Description

@shikanime

The project relies on the dotenv package to load environment variables during the bootstrapping phase (before the ConfigModule is initialized). With the transition to Node.js v20+, we can leverage the native --env-file flag to handle this, reducing our third-party dependency footprint.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions