AT Protocol OAuth template in Deno, Hono, HTMX
17
fork

Configure Feed

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

at main 14 lines 371 B view raw
1{ 2 "imports": { 3 "@tijs/atproto-oauth": "jsr:@tijs/atproto-oauth@^2.9.0", 4 "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@^1.0.0", 5 "hono": "jsr:@hono/hono@^4.11.9" 6 }, 7 "tasks": { 8 "start": "deno run --allow-net --allow-env --env-file --watch-hmr main.tsx" 9 }, 10 "compilerOptions": { 11 "jsx": "precompile", 12 "jsxImportSource": "hono/jsx" 13 } 14}