a tiny atproto lexicon validator
0

Configure Feed

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

tinylex / Makefile
112 B 7 lines
1.PHONY: typecheck test 2 3typecheck: 4 @./vendor/tsgo/macos --noEmit -p jsconfig.json 5 6test: 7 @node --test test.js