bskyweb: run-dev-bskyweb in debug mode (#827)
This commit is contained in:
parent
189fdb1789
commit
31a41d9b09
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ check: ## Compile everything, checking syntax (does not output binaries)
|
||||||
|
|
||||||
.PHONY: run-dev-bskyweb
|
.PHONY: run-dev-bskyweb
|
||||||
run-dev-bskyweb: .env ## Runs 'bskyweb' for local dev
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue