bskyweb: run-dev-bskyweb in debug mode (#827)

This commit is contained in:
bnewbold
2023-05-31 20:44:50 -07:00
committed by GitHub
parent 189fdb1789
commit 31a41d9b09
+1 -1
View File
@@ -39,4 +39,4 @@ check: ## Compile everything, checking syntax (does not output binaries)
.PHONY: run-dev-bskyweb
run-dev-bskyweb: .env ## Runs 'bskyweb' for local dev
GOLOG_LOG_LEVEL=info go run ./cmd/bskyweb serve
GOLOG_LOG_LEVEL=info go run ./cmd/bskyweb serve --debug