diff --git a/src/core/dev/container.test.ts b/src/core/dev/container.test.ts index 3767c88aa..c8ece4891 100644 --- a/src/core/dev/container.test.ts +++ b/src/core/dev/container.test.ts @@ -11,7 +11,7 @@ import { type ProcessStreamer, type StreamProcessOptions, } from "../../io"; -import type { ProjectRuntime } from "../project/schema"; +import type { ProjectRuntime } from "../../projectSchemas/runtime"; import { ContainerDevRunner } from "./container"; type ProcessCall = {