Files
spend-sparrow/dev.sh
Tim Wundenberg b8f13dfc93
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m0s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m0s
feat(layout): #49 update layout by navigation
2025-05-06 22:10:49 +02:00

7 lines
118 B
Bash
Executable File

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