Files
letta-server/chatui/components.json

17 lines
311 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles.css",
"baseColor": "zinc",
"cssVariables": true
},
"aliases": {
"components": "@memgpt/components",
"utils": "@memgpt/utils"
}
}