atmo.rsvp
3
fork

Configure Feed

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

at 67ed7b6f3afa4e5016ce6ccf976d19d476f543b9 17 lines 404 B view raw
1import { defineLexiconConfig } from "@atcute/lex-cli"; 2 3export default defineLexiconConfig({ 4 files: ["lexicons/**/*.json"], 5 outdir: "src/lexicon-types/", 6 imports: ["@atcute/atproto"], 7 pull: { 8 outdir: "lexicons/", 9 sources: [ 10 { 11 type: "git", 12 remote: "https://github.com/flo-bit/contrail.git", 13 pattern: ["lexicons-generated/**/*.json", "lexicons-pulled/**/*.json"], 14 }, 15 ], 16 }, 17});