Skip to content

Commit

Permalink
fix: loading .env error (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Jan 23, 2024
1 parent 1f43d76 commit f0d6c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import { getSelectedServerNames } from './lib/servers.js'
import { EnrichedEvent, AuthEvent } from './lib/adapter.js'
import { ClusterEvent } from './lib/cluster.js'
import { getMessagesSchema } from './lib/util.js'
import { OperationReplyInterface } from '@asyncapi/parser'
import {loadEnvConfig} from '@next/env'
import pkg from '@next/env'
const { loadEnvConfig } = pkg


const isDev = process.env.NODE_ENV === 'development'
Expand Down

0 comments on commit f0d6c3c

Please sign in to comment.