this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a37b08e671d9f6c1e23ebe089bf342dcfcbe6add 21 lines 424 B view raw
1{ 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "new-york", 4 "rsc": false, 5 "tsx": true, 6 "tailwind": { 7 "config": "", 8 "css": "src/styles.css", 9 "baseColor": "zinc", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "aliases": { 14 "components": "~/components", 15 "utils": "~/lib/utils", 16 "ui": "~/components/ui", 17 "lib": "~/lib", 18 "hooks": "~/hooks" 19 }, 20 "iconLibrary": "lucide" 21}