a cache for slack profile pictures and emojis
0
fork

Configure Feed

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

at 4d0f94fd1b6c6d9b03d3c2ec46b0e3c4b4040ffe 13 lines 233 B view raw
1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "biome": { 5 "command": "bunx", 6 "args": ["biome", "lsp-proxy"] 7 }, 8 "typescript": { 9 "command": "bunx", 10 "args": ["typescript-language-server", "--stdio"] 11 } 12 } 13}