···11import { AtpAgent } from "@atproto/api";
22-import dotenv from "dotenv";
33-44-dotenv.config();
5263// TODO: use a pds instead of bluesky's centralized services
74export const agent = new AtpAgent({
···107118// TODO: use a database instead of the public api endpoint
129export const pubagent = new AtpAgent({
1313- service: "https://public.api.bsky.app"
1414-});1010+ service: "https://public.api.bsky.app",
1111+});