Revert " Simplify config imports in cli package (#1840)" (#1931)

This reverts commit c21c8b3369.
This commit is contained in:
Ben Hesseldieck
2021-06-23 11:20:07 +02:00
committed by GitHub
parent 92a2e863f3
commit d3a1d3ffef
43 changed files with 97 additions and 107 deletions

View File

@@ -4,7 +4,7 @@ import {
import { Command, flags } from '@oclif/command';
import * as Redis from 'ioredis';
import { config } from '@config';
import * as config from '../config';
import {
ActiveExecutions,
ActiveWorkflowRunner,
@@ -20,7 +20,7 @@ import {
} from '../src';
import { IDataObject } from 'n8n-workflow';
import {
import {
getLogger,
} from '../src/Logger';