supermemory/apps/extension/components.json

17 lines
358 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/global.css",
"baseColor": "stone",
"cssVariables": false,
"prefix": "anycontext-"
},
"aliases": {
"components": "src/components",
"utils": "src/lib/utils"
}
}