about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-05-31 20:44:50 -0700
committerGitHub <noreply@github.com>2023-05-31 20:44:50 -0700
commit31a41d9b099c6d58eba02da0edfe5dccb772b561 (patch)
tree5e5bd3e30c599efc7f628c62b701316f297f09f6
parent189fdb17890defa8fda32ed98275516d25e9001b (diff)
downloadvoidsky-31a41d9b099c6d58eba02da0edfe5dccb772b561.tar.zst
bskyweb: run-dev-bskyweb in debug mode (#827)
-rw-r--r--bskyweb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/Makefile b/bskyweb/Makefile
index 957f043f5..7561a1454 100644
--- a/bskyweb/Makefile
+++ b/bskyweb/Makefile
@@ -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