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:
कारतोफ्फेलस्क्रिप्ट™
2025-03-20 19:54:27 +01:00
committed by GitHub
parent c34ffd0e7c
commit d80b49d6e5
10 changed files with 149 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ export class Webhook extends BaseCommand {
this.logger.debug('External hooks init complete');
await this.initExternalSecrets();
this.logger.debug('External secrets init complete');
await this.loadModules();
}
async run() {