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