feat: replace air with templ hot reload
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 4m3s

This commit is contained in:
2025-05-06 20:00:57 +02:00
parent f085ed378e
commit 605c64ef92
3 changed files with 7 additions and 17 deletions

6
dev.sh Executable file
View File

@@ -0,0 +1,6 @@
templ generate --watch --proxy="http://localhost:8080" --cmd="go run ." &
npm run watch &
read -n1 -s
kill $(jobs -p)