switch from templ to gomponent
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M justfile → justfile
@@ -25,7 +25,6 @@ go get -u all gomod2nix build *BUILD_FLAGS: - templ generate SOURCE={{ website_repo }} go run ./cmd/build {{ BUILD_FLAGS }} run: dev@@ -42,5 +41,4 @@ cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS) fly auth docker deploy *DEPLOY_FLAGS: - templ generate fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --platform linux/amd64 --sbom none --bare --tags {{ docker-tag }} .) {{ DEPLOY_FLAGS }}