forked from
did:plc:2hcnfmbfr4ucfbjpnvjqvt3e/bbell
wip bsky client for the web & android
1import { defineLexiconConfig } from '@atcute/lex-cli'
2
3export default defineLexiconConfig({
4 files: ['./lexicons/**/*.json'],
5 outdir: './src/lex/',
6 imports: ['@atcute/atproto', '@atcute/bluesky'],
7 pull: {
8 outdir: './lexicons/',
9 clean: false,
10 sources: [
11 {
12 type: 'git',
13 ref: 'main',
14 remote: 'https://tangled.org/vt3e.cat/bbell-backend.git',
15 pattern: ['pkgs/lexicons/lexicons/**/*.json'],
16 },
17 ],
18 },
19})