still broken but progress

This commit is contained in:
jacob
2024-04-30 15:03:19 -05:00
parent 52d1b5a37a
commit 5b33a9d1bb
6 changed files with 19 additions and 24 deletions

View File

@@ -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[] = [];