@travetto/di
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -35,4 +35,4 @@ { | ||
}, | ||
"version": "0.4.1", | ||
"gitHead": "56dcc5bc1e70d9e61208be4128108a9c4f974f3d" | ||
"version": "0.4.2", | ||
"gitHead": "ac26cfad1ba26e5fd5bdf958f08204e2d3ad64b3" | ||
} |
@@ -53,2 +53,6 @@ import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry'; | ||
super(RootRegistry); | ||
if (Env.get('TRV_APP_NAME')) { | ||
this.init().then(x => this.runApplication(Env.get('TRV_APP_NAME')!)); | ||
} | ||
} | ||
@@ -55,0 +59,0 @@ |
35105
699