import type { ToolcraftAppComposition } from "@repo/toolcraft-runtime/react"; import { starterSchema } from "./starter-schema"; export const starterComposition: ToolcraftAppComposition = { modelPresentation: { mode: "runtime" }, schema: starterSchema, };