1
0

sed is not needed.

This commit is contained in:
Alexander Andreev 2024-06-30 00:43:48 +04:00
parent 507227313e
commit c5418710e5
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

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