M justfile →
justfile 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