Volodymyr Bortniak
Results
2
comments of
Volodymyr Bortniak
Figured out that this issue happens when do not specify the `rootPath` param. Here is my inversify server config ``` let server = new InversifyExpressServer( container, null, { rootPath: config.apiRootPath...
@tshemsedinov Does it mean if debug mode is turned on - we should execute our modules in only one thread? As regular nodejs application flow?