Compare commits

...

2 Commits

Author SHA1 Message Date
Thuc Pham f4645f79be Create lucky-doors-lay.md 2025-04-15 11:42:37 +07:00
thucpn e51ff38f0b feat: support cn utils for server UI 2025-04-15 11:41:45 +07:00
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/server": patch
---
feat: support cn utils for server UI
@@ -72,6 +72,10 @@ export const SOURCE_MAP: Record<string, () => Promise<any>> = {
///// ICONS /////
[`lucide-react`]: () => import("lucide-react"),
///// UTILS /////
[`@/components/lib/utils`]: () => import("../../../lib/utils"),
[`@/lib/utils`]: () => import("../../../lib/utils"), // for v0 compatibility
};
// parse imports from code to get Function constructor arguments and component name