Commit 778c73b
fix(dev-ui): resolve extensionless node imports for descriptions and integrations
Turbopack/bundler generates imports without .js extensions (e.g. ../../nodes/foo).
The watcher only handled .js→.ts conversion, so these imports silently failed,
hiding node descriptions and integration connect buttons.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 74f5ccb commit 778c73b
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | | - | |
78 | | - | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
0 commit comments