refactor(project): import instance context directly (#27714)

This commit is contained in:
Shoubhit Dash
2026-05-15 15:59:56 +05:30
committed by GitHub
parent eb5ef1c073
commit 12b666e2c9
12 changed files with 14 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { eq } from "drizzle-orm"
import { GlobalBus } from "@/bus/global"
import { Bus as ProjectBus } from "@/bus"
import { BusEvent } from "@/bus/bus-event"
import type { InstanceContext } from "@/project/instance"
import type { InstanceContext } from "@/project/instance-context"
import { EventSequenceTable, EventTable } from "./event.sql"
import type { WorkspaceID } from "@/control-plane/schema"
import { EventID } from "./schema"