Merge pull request #8406 from prkeshri/7340-remote-config-fix

7340 remote config fix
This commit is contained in:
Fredrik Adelöw
2021-12-17 10:34:32 +01:00
committed by GitHub
7 changed files with 48 additions and 4 deletions
+1
View File
@@ -89,6 +89,7 @@ async function main() {
argv: process.argv,
logger,
});
const createEnv = makeCreateEnv(config);
const healthcheckEnv = useHotMemoize(module, () => createEnv('healthcheck'));