mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-11 04:50:59 +00:00
17 lines
358 B
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"
|
|
}
|
|
}
|