Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiAbdou committed Apr 3, 2024
1 parent 227dad6 commit 514bd4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/shared/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { config } from 'dotenv';

import { Environment } from './types';

// Loads the .env file into `process.env`.
// Loads the .env file into `process.env`. Note that if the config was already
// loaded (for example, in tests), this will not overwrite any existing values.
config();

export const ENV = {
Expand Down

0 comments on commit 514bd4e

Please sign in to comment.