diff options
| -rw-r--r-- | src/lib/env.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/env.ts b/src/lib/env.ts index e267f81..8e996f2 100644 --- a/src/lib/env.ts +++ b/src/lib/env.ts @@ -1,7 +1,7 @@ import dotenv from 'dotenv'; // Parsing the env file. -dotenv.config({ path: '../../.env' }); +dotenv.config({ path: './.env' }); type Env = { PAYPAL_LIVE_CLIENT_ID: string; |
