๐Ÿ€ ATproto library for gleam
atproto library gleam
34

Configure Feed

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

justfile: add "test" and "format" recipes

kacaii.dev (Jul 2, 2026, 11:39 AM -0300) b9e19865 931de223

+11
+11
justfile
··· 1 + set quiet 2 + 3 + default: 4 + just --list 5 + 6 + test: 7 + gleam test 8 + 9 + format: 10 + gleam format 11 + just --fmt