Framework-agnostic OAuth integration for AT Protocol (Bluesky) applications.
1
fork

Configure Feed

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

Exclude _build_npm.ts from deno lint

+3
+3
deno.json
··· 26 26 "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@1.1.0", 27 27 "@atproto/syntax": "npm:@atproto/syntax@0.3.0" 28 28 }, 29 + "lint": { 30 + "exclude": ["_build_npm.ts"] 31 + }, 29 32 "compilerOptions": { 30 33 "strict": true, 31 34 "noImplicitAny": true