refactor(core): Continue breaking dependency cycles (no-changelog) (#8545)

This commit is contained in:
Iván Ovejero
2024-02-06 10:08:46 +01:00
committed by GitHub
parent 28aee7c425
commit c4e39451db
15 changed files with 402 additions and 348 deletions

View File

@@ -15,7 +15,7 @@ import { ActiveExecutions } from '@/ActiveExecutions';
import { ActiveWorkflowRunner } from '@/ActiveWorkflowRunner';
import { Server } from '@/Server';
import { EDITOR_UI_DIST_DIR, LICENSE_FEATURES } from '@/constants';
import { MessageEventBus } from '@/eventbus';
import { MessageEventBus } from '@/eventbus/MessageEventBus/MessageEventBus';
import { InternalHooks } from '@/InternalHooks';
import { License } from '@/License';
import { OrchestrationService } from '@/services/orchestration.service';