Live video on the AT Protocol
79
fork

Configure Feed

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

build: update Makefile to work with subproject atproto

Eli Mallon d8480cfa f9d8e8b4

+2 -2
+2 -2
Makefile
··· 132 132 go run github.com/bluesky-social/indigo/cmd/lexgen \ 133 133 -outdir ./pkg/spxrpc \ 134 134 --build-file util/lexgen-types.json \ 135 - --external-lexicons ../atproto/lexicons \ 135 + --external-lexicons subprojects/atproto/lexicons \ 136 136 lexicons/place/stream \ 137 137 ./subprojects/atproto/lexicons 138 138 ··· 148 148 --types-import tools.ozone:github.com/bluesky-social/indigo/api/ozone \ 149 149 -outdir ./pkg/spxrpc \ 150 150 --build-file util/lexgen-types.json \ 151 - --external-lexicons ../atproto/lexicons \ 151 + --external-lexicons subprojects/atproto/lexicons \ 152 152 --package spxrpc \ 153 153 lexicons/place/stream \ 154 154 lexicons/app/bsky