From 5724f2613a618e566cdb2f8fc855a99a0993ecf0 Mon Sep 17 00:00:00 2001 From: Tejas Kashinath Date: Thu, 13 Aug 2026 14:17:55 -0400 Subject: [PATCH] fix(dev): update container test schema import --- src/core/dev/container.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {