| commit | 52441604dd0cc8296a354ba55d8033848cfbf4ad | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Jul 06 18:22:56 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Sun Jul 06 18:22:56 2025 +0000 |
| tree | 2e2241b810473114e8e4a39ee36c58358ec7b41f | |
| parent | efc9a4a8fb4b648249c836cc14bba9dfe235f154 [diff] [blame] |
Canvas: Auto-assign position to nodes if missing Change-Id: Ica80878e0cb280c9a44f58637c11b53d78e07892
diff --git a/apps/canvas/config/src/index.ts b/apps/canvas/config/src/index.ts index 4a6121e..c10ce31 100644 --- a/apps/canvas/config/src/index.ts +++ b/apps/canvas/config/src/index.ts
@@ -51,8 +51,10 @@ Access, AgentAccess, Graph, + GraphSchema, Edge, GraphOrConfigSchema, + ViewportTransform, } from "./graph.js"; export { generateDodoConfig, configToGraph } from "./config.js";