mem0 / server /dashboard /components.json
keithproject's picture
mem0 self-hosted: full deployment (auth fix, nginx routing, 9router LLM config)
5ec8557
Raw
History Blame Contribute Delete
348 Bytes
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}