fix(core): Restore community node types controller (#18665)

This commit is contained in:
Iván Ovejero
2025-08-22 14:26:42 +02:00
committed by GitHub
parent c7678311b3
commit 110439c010

View File

@@ -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() {