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

zio/stable
bnewbold 2023-05-31 20:44:50 -07:00 committed by GitHub
parent 189fdb1789
commit 31a41d9b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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