A CLI for scaffolding ATProto web applications
2
fork

Configure Feed

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

at main 9 lines 181 B view raw
1import { defineConfig } from "tsdown"; 2 3export default defineConfig({ 4 entry: "src/index.ts", 5 target: "node20", 6 minify: true, 7 inlineOnly: false, 8 fixedExtension: false, 9});