A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
0
fork

Configure Feed

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

Exclude _build_npm.ts from deno lint

+2 -1
+2 -1
deno.json
··· 63 63 "exclude": [ 64 64 "coverage/", 65 65 "dist/", 66 - "build/" 66 + "build/", 67 + "_build_npm.ts" 67 68 ] 68 69 }, 69 70 "compilerOptions": {