alf: the atproto Latency Fabric alf.fly.dev/
7
fork

Configure Feed

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

Fix Dockerfile to include packages/ for local @newpublic/recurrence dep

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+1
+1
Dockerfile
··· 7 7 RUN apk add --no-cache python3 make g++ 8 8 9 9 COPY package*.json ./ 10 + COPY packages ./packages 10 11 RUN npm ci 11 12 12 13 COPY tsconfig.json ./