🧁 An object-oriented Gemini server for Deno!
gemini-protocol deno typescript gemini
0
fork

Configure Feed

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

fix(deno.json): my_cool_server throws

Fuwn 497a739f ffb53635

+1 -1
+1 -1
deno.json
··· 3 3 "checkJs": true, 4 4 "noFallthroughCasesInSwitch": true, 5 5 "noImplicitReturns": true, 6 - "noUnusedLocals": true, 6 + "noUnusedLocals": false, 7 7 "noUnusedParameters": true, 8 8 "noUncheckedIndexedAccess": false 9 9 },