WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

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

at 9a93b3e9112f319dbc8bc70b1317543164d62f07 12 lines 313 B view raw
1pre-commit: 2 parallel: true 3 commands: 4 lint: 5 glob: "**/*.{ts,tsx,js,jsx}" 6 run: pnpm exec oxlint {staged_files} 7 typecheck: 8 glob: "**/*.{ts,tsx}" 9 run: pnpm turbo lint --filter='...[HEAD]' 10 test: 11 glob: "**/*.{ts,tsx,js,jsx}" 12 run: pnpm turbo test --filter='...[HEAD]'