diff --git a/Makefile b/Makefile index 07577e9..9ecf5c4 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ 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 run: | ${TARGET} bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \