Files
spend-sparrow/dev.sh
Tim Wundenberg 605c64ef92
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 4m3s
feat: replace air with templ hot reload
2025-05-06 20:00:57 +02:00

7 lines
120 B
Bash
Executable File

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