Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

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

chore: launch.json

Hugo cdaca786 545e8e08

+11
+11
.claude/launch.json
··· 1 + { 2 + "version": "0.0.1", 3 + "configurations": [ 4 + { 5 + "name": "dev", 6 + "runtimeExecutable": "bun", 7 + "runtimeArgs": ["run", "dev"], 8 + "port": 5173 9 + } 10 + ] 11 + }