Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 4m3s
7 lines
120 B
Bash
Executable File
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)
|
|
|