fix(core): Update dependencies and refactor registration process
This commit is contained in:
@@ -20,6 +20,7 @@ export const runCli = async () => {
|
||||
mongoDbUrl: await serviceQenv.getEnvVarOnDemand('MONGO_DB_URL'),
|
||||
},
|
||||
websiteServer: websiteServer,
|
||||
baseUrl: await serviceQenv.getEnvVarOnDemand('IDP_BASEURL'),
|
||||
});
|
||||
await reception.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user