mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(core): Start modularizing the community packages feature (#17757)
This commit is contained in:
@@ -228,7 +228,7 @@ export const setupTestServer = ({
|
||||
break;
|
||||
|
||||
case 'community-packages':
|
||||
await import('@/controllers/community-packages.controller');
|
||||
await import('@/community-packages/community-packages.controller');
|
||||
break;
|
||||
|
||||
case 'me':
|
||||
|
||||
Reference in New Issue
Block a user