mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Port nodes config (no-changelog) (#10140)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -120,7 +120,7 @@ export class Server extends AbstractServer {
|
||||
await Container.get(LdapService).init();
|
||||
}
|
||||
|
||||
if (config.getEnv('nodes.communityPackages.enabled')) {
|
||||
if (this.globalConfig.nodes.communityPackages.enabled) {
|
||||
await import('@/controllers/communityPackages.controller');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user