mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Support community packages in scaling-mode (#10228)
This commit is contained in:
committed by
GitHub
parent
afa43e75f6
commit
88086a41ff
@@ -27,6 +27,8 @@ export class Execute extends BaseCommand {
|
||||
}),
|
||||
};
|
||||
|
||||
override needsCommunityPackages = true;
|
||||
|
||||
async init() {
|
||||
await super.init();
|
||||
await this.initBinaryDataService();
|
||||
|
||||
Reference in New Issue
Block a user