mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Restore community node types controller (#18665)
This commit is contained in:
@@ -8,6 +8,7 @@ import path from 'node:path';
|
||||
export class CommunityPackagesModule implements ModuleInterface {
|
||||
async init() {
|
||||
await import('./community-packages.controller');
|
||||
await import('./community-node-types.controller');
|
||||
}
|
||||
|
||||
async entities() {
|
||||
|
||||
Reference in New Issue
Block a user