this repo has no description
0
fork

Configure Feed

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

makefile: cborgen helper

+4
+4
Makefile
··· 62 62 go run ./cmd/lexgen/ --package bsky --prefix app.bsky --outdir api/bsky $(LEXDIR) 63 63 go run ./cmd/lexgen/ --package atproto --prefix com.atproto --outdir api/atproto $(LEXDIR) 64 64 65 + .PHONY: cborgen 66 + cborgen: ## Run codegen tool for CBOR serialization 67 + go run ./gen 68 + 65 69 .env: 66 70 if [ ! -f ".env" ]; then cp example.dev.env .env; fi 67 71