feat: dont use templ proxy due to regression
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m28s
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m28s
This commit is contained in:
5
dev.sh
5
dev.sh
@@ -4,7 +4,10 @@ go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
|
||||
go install github.com/a-h/templ/cmd/templ@latest
|
||||
go install github.com/vektra/mockery/v2@latest
|
||||
|
||||
templ generate --watch --proxy="http://localhost:8080" --cmd="go run ." &
|
||||
templ generate --watch --cmd="go run ." &
|
||||
# proxy currently not working with gzip?
|
||||
# templ generate --watch --proxy="http://localhost:8080" --cmd="go run ." &
|
||||
xdg-open http://localhost:8080
|
||||
npm run watch
|
||||
|
||||
read -n1 -s -r
|
||||
|
||||
Reference in New Issue
Block a user