kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 25 lines 481 B view raw
1{ 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "new-york", 4 "rsc": true, 5 "tsx": true, 6 "tailwind": { 7 "config": "", 8 "css": "app/globals.css", 9 "baseColor": "neutral", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "iconLibrary": "lucide", 14 "rtl": false, 15 "aliases": { 16 "components": "@/components", 17 "utils": "@/lib/utils", 18 "ui": "@/components/ui", 19 "lib": "@/lib", 20 "hooks": "@/hooks" 21 }, 22 "registries": { 23 "@coss": "https://coss.com/ui/r/{name}.json" 24 } 25}