馃 distributed transcription service thistle.dunkirk.sh
at v0.1.0 304 B view raw
1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "biome": { 5 "command": "bunx", 6 "args": [ 7 "biome", 8 "lsp-proxy" 9 ] 10 }, 11 "typescript": { 12 "command": "bunx", 13 "args": [ 14 "typescript-language-server", 15 "--stdio" 16 ] 17 } 18 } 19}