Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit a6b918a

Browse files
committed
modify environment import to make possible to run module with babel-node
1 parent 332b0d3 commit a6b918a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _ from 'lodash';
22
import path from 'path';
3-
import envConfig from '@lib/environment'
3+
import envConfig from './environment'
44
import fs from 'fs';
55
/*eslint no-process-env:0*/
66

@@ -42,5 +42,4 @@ const config = _.merge(
4242
deployConfig
4343
);
4444

45-
console.log(config);
4645
export default config;

0 commit comments

Comments
 (0)