sed is not needed.
This commit is contained in:
parent
507227313e
commit
c5418710e5
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ ifeq (,$(wildcard $(shell go env GOPATH)/bin/templ))
|
|||||||
go install github.com/a-h/templ/cmd/templ@latest
|
go install github.com/a-h/templ/cmd/templ@latest
|
||||||
endif
|
endif
|
||||||
TEMPL_EXPERIMENT=rawgo $(shell go env GOPATH)/bin/templ generate
|
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}
|
run: | ${TARGET}
|
||||||
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
|
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
|
||||||
|
Loading…
Reference in New Issue
Block a user