Fixed circular reference
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import * as env from 'env-var';
|
import * as env from 'env-var';
|
||||||
import {urlJoin} from '.';
|
import {urlJoin} from './helpers/urlJoin';
|
||||||
|
|
||||||
const NODE_ENV = env.get('NODE_ENV').default('development').asString();
|
const NODE_ENV = env.get('NODE_ENV').default('development').asString();
|
||||||
const isProduction = NODE_ENV === 'production';
|
const isProduction = NODE_ENV === 'production';
|
||||||
|
|||||||
Reference in New Issue
Block a user