this repo has no description
0
fork

Configure Feed

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

update 'make lexgen' to use new tool

+1 -1
+1 -1
Makefile
··· 67 67 68 68 .PHONY: lexgen 69 69 lexgen: ## Run codegen tool for lexicons (lexicon JSON to Go packages) 70 - go run ./cmd/lexgen/ --build-file cmd/lexgen/bsky.json $(LEXDIR) 70 + go run ./cmd/lexgen/ legacy --output-dir api 71 71 72 72 .PHONY: cborgen 73 73 cborgen: ## Run codegen tool for CBOR serialization