a cache for slack profile pictures and emojis

feat: add a crush.json

dunkirk.sh 9ff554d0 4b28cf19

verified
Changed files
+13
+13
crush.json
··· 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 + }