an attempt to make a lightweight, easily self-hostable, scoped bluesky appview
38
fork

Configure Feed

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

at fdcbde96217166f052c7a730cd06858782ced524 8 lines 132 B view raw
1{ 2 "tasks": { 3 "dev": "deno run --watch -A --env-file main.ts" 4 }, 5 "imports": { 6 "@std/assert": "jsr:@std/assert@1" 7 } 8}