mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
still broken but progress
This commit is contained in:
@@ -140,8 +140,7 @@ function composeRoot(
|
||||
container.ready();
|
||||
}
|
||||
|
||||
export async function makeDependencies
|
||||
(conf: ValidDependencyConfig) {
|
||||
export async function makeDependencies (conf: ValidDependencyConfig) {
|
||||
containerSubject = new CoreContainer();
|
||||
if(typeof conf === 'function') {
|
||||
const excluded: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user