feat(layout): #49 update layout by navigation
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

This commit was merged in pull request #57.
This commit is contained in:
2025-05-06 22:10:49 +02:00
parent 605c64ef92
commit b8f13dfc93
6 changed files with 80 additions and 51 deletions

2
dev.sh
View File

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