1
0

In Makefile remove commented out sed command.

This commit is contained in:
Alexander Andreev 2024-07-12 16:19:17 +04:00
parent 52e1117b7d
commit 4cc8b0c761
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -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 \