diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 4 |
1 files 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 |