feat: update templ
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m24s

This commit is contained in:
2026-01-01 16:23:49 +01:00
parent 2ac14c84cc
commit fbb6758e57
3 changed files with 6 additions and 7 deletions

7
dev.sh
View File

@@ -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)"