fix: switch consumers to service imports to break bundle cycles (#18438)
This commit is contained in:
parent
3f249aba6d
commit
214a6c6cf1
15 changed files with 20 additions and 19 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { sqliteTable, text, integer, index, primaryKey } from "drizzle-orm/sqlite-core"
|
||||
import { ProjectTable } from "../project/project.sql"
|
||||
import type { MessageV2 } from "./message-v2"
|
||||
import type { Snapshot } from "../snapshot"
|
||||
import type { PermissionNext } from "../permission"
|
||||
import type { Snapshot } from "../snapshot/service"
|
||||
import type { Permission as PermissionNext } from "../permission/service"
|
||||
import type { ProjectID } from "../project/schema"
|
||||
import type { SessionID, MessageID, PartID } from "./schema"
|
||||
import type { WorkspaceID } from "../control-plane/schema"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue