| commit | c31bf14971e228b03f738dde4cbfc8ae34f88f9d | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Mon Jun 16 07:48:20 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jun 18 09:13:19 2025 +0000 |
| tree | 13345409e55a4628c1228e7606c20158eef2239f | |
| parent | 4b08eb7dd536c9c66263b3eea08bfeb43f035f74 [diff] [blame] |
Canvas: Generate graph state out of dodo-app config Restructure code, create shared config lib. Change-Id: I2cf06d35c486d4557484daf8618a2c215316fa7e
diff --git a/apps/canvas/back/src/lib/semantics.ts b/apps/canvas/back/src/lib/semantics.ts index 2cbd1ab..f365f83 100644 --- a/apps/canvas/back/src/lib/semantics.ts +++ b/apps/canvas/back/src/lib/semantics.ts
@@ -1,4 +1,4 @@ -import { ConfigVar, ConfigVarSemanticType } from "./analyze"; +import { ConfigVar, ConfigVarSemanticType } from "./analyze.js"; export function augmentConfigVar(cv: ConfigVar) { if (cv.semanticType != null) {