mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[bug] Call finalizeConfigWithRuntime after requireConfigWithRuntime to clean up after all 'config' loads in all node_modules
This commit is contained in:
@ -107,3 +107,6 @@ app.use((err, req, res, _next) => {
|
||||
server.listen(port, () => {
|
||||
operationContext.global.logger.warn('AdminPanel server listening on port %d', port);
|
||||
});
|
||||
|
||||
//after all required modules in all files
|
||||
moduleReloader.finalizeConfigWithRuntime();
|
||||
|
||||
Reference in New Issue
Block a user