fix(core): dependency cycle (#9704)

This commit is contained in:
fourdim
2025-01-15 05:38:05 +00:00
parent 4f421efb22
commit c31a0d28cf
6 changed files with 9 additions and 15 deletions

View File

@@ -7,7 +7,8 @@ import {
} from '@toeverything/infra';
import { Doc as YDoc } from 'yjs';
import { AuthService, type WorkspaceServerService } from '../../cloud';
import type { WorkspaceServerService } from '../../cloud';
import { AuthService } from '../../cloud/services/auth';
import type { WorkspaceService } from '../../workspace';
import { WorkspaceDB, type WorkspaceDBWithTables } from '../entities/db';
import {