Import other modules into monorepo
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {Application} from './Application';
|
||||
import {Container, DependencyKey} from "@extollo/di";
|
||||
import {Container, DependencyKey} from "../di";
|
||||
|
||||
/**
|
||||
* Base type for a class that supports binding methods by string.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {Container} from '@extollo/di';
|
||||
import {Container} from '../di';
|
||||
import {
|
||||
ErrorWithContext,
|
||||
globalRegistry,
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
StandardLogger,
|
||||
universalPath,
|
||||
UniversalPath
|
||||
} from '@extollo/util';
|
||||
} from '../util';
|
||||
|
||||
import {Logging} from '../service/Logging';
|
||||
import {RunLevelErrorHandler} from "./RunLevelErrorHandler";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import * as color from 'colors/safe'
|
||||
import {Logging} from "../service/Logging";
|
||||
import {Inject} from "@extollo/di";
|
||||
import {ErrorWithContext} from "@extollo/util";
|
||||
import {Inject} from "../di";
|
||||
import {ErrorWithContext} from "../util";
|
||||
|
||||
/**
|
||||
* Class with logic for handling errors that are thrown at the run-level of the application.
|
||||
|
||||
Reference in New Issue
Block a user