tangled
alpha
login
or
join now
dunkirk.sh
/
cachet
a cache for slack profile pictures and emojis
0
fork
atom
overview
issues
pulls
pipelines
feat: add a crush.json
dunkirk.sh
2 months ago
9ff554d0
4b28cf19
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
options
unified
split
Changed files
+13
crush.json
+13
crush.json
···
1
1
+
{
2
2
+
"$schema": "https://charm.land/crush.json",
3
3
+
"lsp": {
4
4
+
"biome": {
5
5
+
"command": "bunx",
6
6
+
"args": ["biome", "lsp-proxy"]
7
7
+
},
8
8
+
"typescript": {
9
9
+
"command": "bunx",
10
10
+
"args": ["typescript-language-server", "--stdio"]
11
11
+
}
12
12
+
}
13
13
+
}