this repo has no description
0
fork

Configure Feed

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

HACKING: fix typo in lexgen example

+1 -1
+1 -1
HACKING.md
··· 64 64 tool. Then, in *this* repository (indigo), run commands like: 65 65 66 66 go run ./cmd/lexgen/ --package bsky --prefix app.bsky --outdir api/bsky $SOMEWHERE/lexicons/app/bsky/ 67 - go run ./cmd/lexgen/ --package atproto --prefix com.atproto --outdir api/bsky $SOMEWHERE/lexicons/com/atproto/ 67 + go run ./cmd/lexgen/ --package atproto --prefix com.atproto --outdir api/atproto $SOMEWHERE/lexicons/com/atproto/ 68 68 69 69 You may want to delete all the codegen files before re-generating, to detect deleted files. 70 70