| 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/front/tsconfig.app.json b/apps/canvas/front/tsconfig.app.json index 6c2d8de..803c90a 100644 --- a/apps/canvas/front/tsconfig.app.json +++ b/apps/canvas/front/tsconfig.app.json
@@ -27,5 +27,5 @@ "@/*": ["./src/*"] } }, - "include": ["src"] + "include": ["src", "../config/src/config.ts"] }