feat: update templ
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m24s
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m24s
This commit is contained in:
7
dev.sh
7
dev.sh
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
|
||||
go install github.com/a-h/templ/cmd/templ@latest
|
||||
@@ -7,6 +7,5 @@ go install github.com/vektra/mockery/v2@latest
|
||||
templ generate --watch --proxy="http://localhost:8080" --cmd="go run ." &
|
||||
npm run watch
|
||||
|
||||
read -n1 -s
|
||||
kill $(jobs -p)
|
||||
|
||||
read -n1 -s -r
|
||||
kill "$(jobs -p)"
|
||||
|
||||
Reference in New Issue
Block a user