a cache for slack profile pictures and emojis

feat: add a crush.json

dunkirk.sh 9ff554d0 4b28cf19

verified
Changed files
+13
+13
crush.json
···
+
{
+
"$schema": "https://charm.land/crush.json",
+
"lsp": {
+
"biome": {
+
"command": "bunx",
+
"args": ["biome", "lsp-proxy"]
+
},
+
"typescript": {
+
"command": "bunx",
+
"args": ["typescript-language-server", "--stdio"]
+
}
+
}
+
}