mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Decouple database entity registration (#15871)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
@@ -248,7 +248,7 @@ export class Start extends BaseCommand {
|
||||
await this.generateStaticAssets();
|
||||
}
|
||||
|
||||
await this.loadModules();
|
||||
await this.moduleRegistry.initModules();
|
||||
}
|
||||
|
||||
async initOrchestration() {
|
||||
|
||||
Reference in New Issue
Block a user