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
at root/atb-56-theme-caching-layer 6 lines 200 B view raw
1import { AtpAgent } from "@atproto/api"; 2import type { AppConfig } from "./config.js"; 3 4export function createAgent(config: AppConfig): AtpAgent { 5 return new AtpAgent({ service: config.pdsUrl }); 6}