A CLI for scaffolding ATProto web applications
2
fork

Configure Feed

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

chore: trying some stuff

+4 -1
+4 -1
.tangled/workflows/release.yml
··· 14 14 steps: 15 15 - name: test 16 16 command: | 17 - git --version 17 + git config user.name "pluto[bot]" 18 + git config user.email "me+pluto@dane.computer" 19 + 20 + git config list