all repos — homestead @ 89e01856dc026ca3c32f81a4ee8f233efd0e232c

Code for my website

build: pass flags to `go run`

Alan Pearce
commit

89e01856dc026ca3c32f81a4ee8f233efd0e232c

parent

253cb999adcc8151af0888e6188aacb1420a73c9

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -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