React hooks for atproto.
0
fork

Configure Feed

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

at mistress 9 lines 207 B view raw
1import { defineConfig } from "tsdown"; 2 3export default defineConfig({ 4 entry: ["src/index.ts"], 5 format: ["cjs", "esm"], 6 deps: { 7 neverBundle: ["react", "@tanstack/react-query"], 8 }, 9});