A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

ci: remove bun.lock before publish so semantic-release doesn't crash

Trezy efc25898 d4e67d1c

+32
+6
.github/workflows/release-sdk.yml
··· 80 80 fs.writeFileSync('packages/oauth-client-browser/package.json', JSON.stringify(pkg, null, 2) + '\n'); 81 81 " 82 82 83 + - name: Remove bun.lock to prevent npm workspace parse errors 84 + run: rm -f bun.lock 85 + 83 86 - name: Release oauth-client 84 87 env: 85 88 GITHUB_TOKEN: ${{ secrets.DISPATCH_GH_TOKEN }} ··· 132 135 fs.writeFileSync('packages/oauth-client-browser/package.json', JSON.stringify(pkg, null, 2) + '\n'); 133 136 } 134 137 " 138 + 139 + - name: Remove bun.lock to prevent npm workspace parse errors 140 + run: rm -f bun.lock 135 141 136 142 - name: Release oauth-client-browser 137 143 env:
+26
mempalace.yaml
··· 1 + wing: happyview 2 + rooms: 3 + - name: design 4 + description: Files from design/ 5 + - name: migrations 6 + description: Files from migrations/ 7 + - name: docker 8 + description: Files from docker/ 9 + - name: web 10 + description: Files from web/ 11 + - name: target 12 + description: Files from target/ 13 + - name: testing 14 + description: Files from tests/ 15 + - name: documentation 16 + description: Files from docs/ 17 + - name: static 18 + description: Files from static/ 19 + - name: scripts 20 + description: Files from scripts/ 21 + - name: data 22 + description: Files from data/ 23 + - name: src 24 + description: Files from src/ 25 + - name: general 26 + description: Files that don't fit other rooms