diff options
author | bnewbold <bnewbold@robocracy.org> | 2023-12-18 19:31:48 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 19:31:48 +0400 |
commit | 0c47f6dc988efbd49907855ea0e9e165d50700ca (patch) | |
tree | 3052dedcaea1d04cc640be1dea880c9adf855bea /bskyweb/Makefile | |
parent | b942da162a24f1192bcbcf6755570d14f253d118 (diff) | |
download | voidsky-0c47f6dc988efbd49907855ea0e9e165d50700ca.tar.zst |
bskyweb: update golang indigo dep (from May!), and some small devex tweaks (#2227)
* bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
Diffstat (limited to 'bskyweb/Makefile')
-rw-r--r-- | bskyweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/Makefile b/bskyweb/Makefile index e0ba8aec0..6f979fa84 100644 --- a/bskyweb/Makefile +++ b/bskyweb/Makefile @@ -42,4 +42,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 --debug + GOLOG_LOG_LEVEL=info go run ./cmd/bskyweb serve |