feat(core): Support community packages in scaling-mode (#10228)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-05 11:52:06 +02:00
committed by GitHub
parent afa43e75f6
commit 88086a41ff
19 changed files with 187 additions and 129 deletions

View File

@@ -27,6 +27,8 @@ export class Execute extends BaseCommand {
}),
};
override needsCommunityPackages = true;
async init() {
await super.init();
await this.initBinaryDataService();