[READ-ONLY] Mirror of https://github.com/flo-bit/contrail. atproto backend in a bottle flo-bit.dev/contrail/
0

Configure Feed

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

fix yet again

Florian (Apr 2, 2026, 1:24 AM +0200) e96f7d0b 7dafe449

+4
+4
.github/workflows/release.yml
··· 28 28 with: 29 29 node-version: 22.14 30 30 cache: 'pnpm' 31 + registry-url: 'https://registry.npmjs.org' 32 + 33 + - name: Install npm with OIDC support 34 + run: npm install -g npm@11.5.1 31 35 32 36 - name: Install dependencies 33 37 run: pnpm install