this repo has no description
0
fork

Configure Feed

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

search: run-dev-search helper cmd

+4
+4
Makefile
··· 70 70 .PHONY: run-dev-labelmaker 71 71 run-dev-labelmaker: .env ## Runs labelmaker for local dev 72 72 GOLOG_LOG_LEVEL=info go run ./cmd/labelmaker --subscribe-insecure-ws 73 + 74 + .PHONY: run-dev-search 75 + run-dev-search: .env ## Runs search daemon for local dev 76 + GOLOG_LOG_LEVEL=info go run ./cmd/palomar run