mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Setup backend modules (no-changelog) (#14084)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com> Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
c34ffd0e7c
commit
d80b49d6e5
@@ -239,6 +239,8 @@ export class Start extends BaseCommand {
|
||||
const taskRunnerModule = Container.get(TaskRunnerModule);
|
||||
await taskRunnerModule.start();
|
||||
}
|
||||
|
||||
await this.loadModules();
|
||||
}
|
||||
|
||||
async initOrchestration() {
|
||||
|
||||
Reference in New Issue
Block a user