From a93b5ad88ea3cf742cf03fdeeb95f63865f08374 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 29 Jan 2025 21:55:48 +0100 Subject: build: pass flags to `go run` --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index e1b7f4c..35869e7 100755 --- a/justfile +++ b/justfile @@ -23,9 +23,9 @@ update-all: nix flake update go get -u all -build: +build *BUILD_FLAGS: templ generate - go run ./cmd/build + go run ./cmd/build {{ BUILD_FLAGS }} dev: systemfd -s https::{{ listen_address }}:{{ tls_port }} -s http::{{ listen_address }}:{{ port }} -- modd -- cgit 1.4.1