flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

at trunk 26 lines 551 B view raw
1{ 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "base-maia", 4 "rsc": false, 5 "tsx": true, 6 "tailwind": { 7 "config": "", 8 "css": "src/index.css", 9 "baseColor": "neutral", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "iconLibrary": "lucide", 14 "menuColor": "default", 15 "menuAccent": "subtle", 16 "aliases": { 17 "components": "@/components", 18 "utils": "@/lib/utils", 19 "ui": "@/components/ui", 20 "lib": "@/lib", 21 "hooks": "@/hooks" 22 }, 23 "registries": { 24 "@blocks": "https://blocks.so/r/{name}.json" 25 } 26}