import { defineToolcraft } from "@repo/toolcraft-runtime"; import { starterAppIdentity } from "./starter-identity"; export const starterSchema = defineToolcraft({ canvas: { enabled: true, upload: true, }, identity: starterAppIdentity, panels: { controls: { sections: [], title: "Controls", }, }, toolbar: { history: true, radar: true, zoom: true, }, });