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 bc5c0dc421fb0a09f8ed2b35d180f7eb67bd4e7e 8 lines 226 B view raw
1// Re-export error classification helpers from shared package. 2// The canonical implementations live in @atbb/atproto. 3export { 4 isProgrammingError, 5 isNetworkError, 6 isAuthError, 7 isDatabaseError, 8} from "@atbb/atproto";