diff --git a/Makefile b/Makefile index 72655a3..37386f8 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ifeq (,$(wildcard $(shell go env GOPATH)/bin/templ)) go install github.com/a-h/templ/cmd/templ@latest endif TEMPL_EXPERIMENT=rawgo $(shell go env GOPATH)/bin/templ generate - sed -ri 's/a> "/a>"/g' web/*_templ.go +# sed -ri 's/a> "/a>"/g' web/*_templ.go run: | ${TARGET} bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \